stadtratmonitor/.rubocop.yml

26 lines
412 B
YAML
Raw Permalink Normal View History

2020-03-09 13:40:54 +01:00
inherit_from: .rubocop_todo.yml
2020-03-09 14:55:53 +01:00
AllCops:
TargetRubyVersion: 2.5
Exclude:
- 'bin/**/*'
- 'db/schema.rb'
- 'vendor/**/*'
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: true
Exclude:
- 'config.ru'
- 'Gemfile'
- 'Rakefile'
- 'app/views/**/*'
- 'config/**/*'
- 'db/**/*'
- 'lib/tasks/**/*'
Style/IfUnlessModifier:
Enabled: false