Sha256: 4bbb575e8929cfc62406b2b03cc2622f305113c4c0e8d6f6b2c4c73079d40589

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

# lint

A collection of code linters and opinionated config files.

Made primarily for internal use.

[![Gem Version](https://badge.fury.io/rb/lint.svg)](http://badge.fury.io/rb/lint)


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

When using Rails, the following Rake tasks become available after adding the gem:

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

When including the gem in other gems or non-Rails apps, add this in the `Rakefile`:

    spec = Gem::Specification.find_by_name('lint')
    load "#{spec.gem_dir}/lib/tasks/lint.rake"


## Contributing

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


## Copyright

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


## Changelog

See [CHANGELOG][] for details.

[license]: LICENSE.md
[changelog]: CHANGELOG.md

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lint-0.4.0 README.md
lint-0.3.6 README.md
lint-0.3.5 README.md
lint-0.3.4 README.md