Skip to content

Comcast/css_lint_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css_lint_ruby

Build Status Code Climate

A rudimentary gem that wraps the command line Rhino version of Nicholas C. Zakas and Nicole Sullivan's csslint.

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.

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 <some_css_directory>

Or:

css_lint <some_file.css>

Tests

Run Rspec tests:

rake

Browse code coverage via simplecov:

open coverage/index.html

About

Nicholas C. Zakas and Nicole Sullivan's CSS Lint made available as a Ruby gem.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages