.rubocop.yml
inherit_from: .rubocop_todo.yml
Documentation:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Metrics/LineLength:
Max: 100
IgnoredPatterns: ['\A#']
AllCops:
Exclude:
- rabbitmq-spec.gemspec
- 'exe/**/*'
- 'bin/**/*'
- 'spec/**/*'