fuel-plugin-sensu/deployment_scripts/puppet/files/embedded/lib/ruby/gems/2.3.0/gems/influxdb-0.3.13/.rubocop.yml

36 lines
544 B
YAML

AllCops:
Include:
- 'Rakefile'
- '*.gemspec'
- 'lib/**/*.rb'
- 'spec/**/*.rb'
Exclude:
- 'bin/**/*'
- 'smoke/**/*'
DisplayCopNames: true
StyleGuideCopsOnly: false
Rails:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/NumericPredicate:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/RescueModifier:
Enabled: false
Metrics/LineLength:
Max: 100
Exclude:
- 'spec/**/*.rb'
Metrics/ModuleLength:
CountComments: false # count full line comments?
Max: 120