Created
July 25, 2016 19:30
-
-
Save pollcaz/ceb066687dde4bd714c8835a5bdb9db4 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: ../.rubocop.yml | |
AllCops: | |
Includes: | |
- Rakefile | |
- config.ru | |
Excludes: | |
- db/**/* | |
- config/**/* | |
- script/**/* | |
- frontend/**/* | |
TargetRubyVersion: 2.3 | |
Style/Encoding: | |
Enabled: false | |
Style/FrozenStringLiteralComment: | |
Enabled: false #always | |
Metrics/LineLength: | |
Max: 100 | |
Style/EmptyLinesAroundAccessModifier: | |
Enabled: false | |
Rails: | |
Enabled: true | |
Metrics/MethodLength: | |
CountComments: false | |
Max: 10 | |
Style/MultilineOperationIndentation: | |
EnforcedStyle: indented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a .rubocop.yml whith the best practice to apply in rails and ruby projects using sublimetext as editor