17 lines
243 B
YAML
17 lines
243 B
YAML
|
require:
|
||
|
- rubocop-rspec
|
||
|
|
||
|
Bundler/OrderedGems:
|
||
|
Exclude:
|
||
|
- 'Gemfile'
|
||
|
|
||
|
AllCops:
|
||
|
DisplayCopNames: true
|
||
|
DisplayStyleGuide: true
|
||
|
TargetRubyVersion: 3.2.2
|
||
|
NewCops: enable
|
||
|
|
||
|
Style/FrozenStringLiteralComment:
|
||
|
Exclude:
|
||
|
- 'Gemfile'
|