lint

A collection of code linters and opinionated config files.

Made primarily for internal use.

Currently only works with Rails because it uses Railties.

Gem Version

Installation

Add this line to your application's Gemfile (in the development/test group):

gem 'lint'

And then execute:

$ bundle

Or install it manually as:

$ gem install lint

Usage

After adding the gem, the following Rake tasks become available:

rake lint:coffeescript
rake lint:ruby
rake lint:scss

Contributing

  1. Fork it
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

Copyright (c) 2015 Matthias Siegel. See LICENSE for details.

Changelog

See CHANGELOG for details.