https://github.com/comcast/css_lint_ruby
Nicholas C. Zakas and Nicole Sullivan's CSS Lint made available as a Ruby gem.
https://github.com/comcast/css_lint_ruby
Last synced: 4 months ago
JSON representation
Nicholas C. Zakas and Nicole Sullivan's CSS Lint made available as a Ruby gem.
- Host: GitHub
- URL: https://github.com/comcast/css_lint_ruby
- Owner: Comcast
- License: other
- Created: 2012-10-09T19:56:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T22:31:32.000Z (about 6 years ago)
- Last Synced: 2025-04-11T21:07:18.186Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 2.11 MB
- Stars: 8
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css_lint_ruby
[](http://travis-ci.org/Comcast/css_lint_ruby) [](https://codeclimate.com/github/Comcast/css_lint_ruby)
A rudimentary gem that wraps the command line Rhino version of Nicholas C. Zakas and Nicole Sullivan's [csslint](http://csslint.net).
Nothing too fancy and kinda rough around the edges...css_lint was made during Comcast Interactive Media's May 2012 Labweek as a dependency for using [CSS Lint for Sass & Compass](http://comcast.github.io/compass-csslint/).
## Installation
git clone https://github.com/Comcast/css_lint_ruby.git
cd css_lint_ruby
bundle install
bundle exec rake
gem build css_lint.gemspec
gem install css_lint-0.10.0.0.gem
## Usage
Basic command line usage:
css_lint
Or:
css_lint
## Tests
Run Rspec tests:
rake
Browse code coverage via [simplecov](https://github.com/colszowka/simplecov):
open coverage/index.html