Sha256: 7c9d336f4a2c1c093a826adfe272079718939dea47397253a96aaec79bd9fdd3
Contents?: true
Size: 691 Bytes
Versions: 5
Compression:
Stored size: 691 Bytes
Contents
 # RuboCop Sequel Code style checking for [Sequel](https://sequel.jeremyevans.net/). ## Installation Using the `rubocop-sequel` gem ```bash gem install rubocop-sequel ``` or using bundler by adding in your `Gemfile` ``` gem 'rubocop-sequel' ``` ## Usage ### RuboCop configuration file Add to your `.rubocop.yml`. ``` require: rubocop-sequel ``` `rubocop` will now automatically load RuboCop Sequel cops alongside with the standard cops. ### Command line ```bash rubocop --require rubocop-sequel ``` ### Rake task ```ruby RuboCop::RakeTask.new do |task| task.requires << 'rubocop-sequel' end ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rubocop-sequel-0.3.8 | README.md |
rubocop-sequel-0.3.7 | README.md |
rubocop-sequel-0.3.6 | README.md |
rubocop-sequel-0.3.5 | README.md |
rubocop-sequel-0.3.4 | README.md |