Files
old-vendor-scheduler-service/.rubocop.yml

35 lines
525 B
YAML
Raw Normal View History

2022-03-23 05:44:42 +01:00
require: rubocop-rspec
Rails:
Enabled: True
AllCops:
TargetRubyVersion: 2.5
Exclude:
- 'bin/**/*'
- 'db/**/*'
- 'config/**/*'
- 'lib/templates/**/*'
- 'script/**/*'
Style/AccessModifierIndentation:
EnforcedStyle: outdent
Style/EmptyLinesAroundAccessModifier:
Enabled: false
Style/Documentation:
Enabled: false
Lint/Debugger:
Enabled: false
Metrics/LineLength:
Max: 140
Style/StringLiterals:
EnforcedStyle: single_quotes
SupportedStyles:
- single_quotes
- double_quotes