Sha256: fc136df3d2cb165a966558e35435070febad6f4b0838f4fff7888251b302fc31
Contents?: true
Size: 824 Bytes
Versions: 5
Compression:
Stored size: 824 Bytes
Contents
# fablicop fablicop is a RuboCop configration gem. ## Usage Setup .rubocop.yml ```sh bundle exec fablicop init ``` `init` generate the following directive to your `.rubocop.yml`: ```yaml inherit_gem: fablicop: - "config/.base_rubocop.yml" # uncomment if use rails cops # - "config/rails.yml" # uncomment if use rspec cops # - "config/rspec.yml" AllCops: TargetRubyVersion: 2.3 ``` ```sh bundle exec rubocop <options...> ``` ## Installation Add this line to your application's Gemfile: ```ruby group :development do gem "fablicop", require: false end ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Fablic/fablicop. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fablicop-1.0.7 | README.md |
fablicop-1.0.6 | README.md |
fablicop-1.0.5 | README.md |
fablicop-1.0.4 | README.md |
fablicop-1.0.3 | README.md |