Last active
April 12, 2016 20:59
-
-
Save hayduke19us/1bfbd2b729640eb362a0033d9d659931 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: | |
| DisabledByDefault: false | |
| DisplayCopNames: true | |
| Lint/Void: | |
| Exclude: | |
| - 'features/**/*' | |
| - 'spec/**/*' | |
| Metrics/AbcSize: | |
| Enabled: false | |
| Metrics/LineLength: | |
| Enabled: false | |
| Metrics/MethodLength: | |
| Enabled: false | |
| Metrics/ModuleLength: | |
| Enabled: false | |
| Style/Documentation: | |
| Enabled: false | |
| Style/HashSyntax: | |
| Enabled: false | |
| Style/MultilineBlockChain: | |
| Enabled: false | |
| Style/StringLiterals: | |
| Enabled: false | |
| Style/TrailingComma: | |
| Enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment