blob: 8c40c314979e04463567b05d5a03e4950abdb176 [file] [log] [blame]
AllCops:
TargetRubyVersion: 2.0
Exclude:
- 'lib/constant-shared.rb'
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Layout/IndentArray:
Enabled: false
Layout/SpaceInsideHashLiteralBraces:
Enabled: false
Layout/CommentIndentation:
Enabled: false
Style/PerlBackrefs:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Style/CommandLiteral:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
CountComments: false # count full line comments?
Max: 30
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
CountComments: false # count full line comments?
Max: 30
Exclude:
- 'Rakefile'
- '**/*.rake'
- 'spec/**/*.rb'