Created
October 14, 2016 20:52
-
-
Save mgrigoriev/f22f45cfd9ad377e1c42fe08c0bef094 to your computer and use it in GitHub Desktop.
This file contains 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
AllCops: | |
Include: | |
- Rakefile | |
- config.ru | |
- lib/**/*.rake | |
Exclude: | |
- db/**/* | |
- bin/**/* | |
- config/**/* | |
- spec/**/* | |
DisplayCopNames: true | |
Rails: | |
Enabled: true | |
Style/FrozenStringLiteralComment: | |
Enabled: false | |
Style/Documentation: | |
Enabled: false | |
Metrics/LineLength: | |
Max: 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment