Created
May 21, 2017 21:15
-
-
Save noniq/7eaa0706c635e5c069af114e828e83ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inherit_from: https://raw.githubusercontent.com/die-antwort/style/master/rubocop.yml | |
AllCops: | |
Exclude: | |
- '**/*.erb' | |
- 'bin/**/*' | |
- 'db/**/*' | |
- 'config/initializers/simple_form*.rb' | |
- 'features/**/*' | |
- 'lib/file_column/*' | |
- 'lib/tasks/cucumber.rake' | |
- 'lib/tasks/data.rake' | |
- 'spec/**/*' | |
- 'tmp/**/*' | |
Bundler/OrderedGems: | |
Exclude: | |
- 'Gemfile' | |
Lint/AmbiguousRegexpLiteral: | |
Exclude: | |
- 'config/initializers/inflections.rb' | |
Lint/UnneededSplatExpansion: | |
Enabled: false | |
Metrics/BlockLength: | |
Exclude: | |
- '**/*' | |
Style/MultilineBlockChain: | |
Enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment