Sha256: 4c20e9f5a30ee8c183eec6e168e8061e42c0759f8d9963a89b35c7e65ef04db2

Contents?: true

Size: 818 Bytes

Versions: 3

Compression:

Stored size: 818 Bytes

Contents

![Dark Finger](.github/dark_finger.jpg "Dark Finger")

A Rubocop extension containing two cops:

1. [Model Structure](docs/model_structure.md). Keep those "macro" methods at the top
   of your model files clean and consistent across the project.

2. [Migration Constants](docs/migration_constants.md). Prevent a common source of
   migration breakage - dependencies on things that are likely to change by the
   time the migration is actually run.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dark_finger'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install dark_finger

## Usage

See the guides for each of the Cops for details.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dark_finger-0.6.1 README.md
dark_finger-0.6.0 README.md
dark_finger-0.5.1 README.md