entitlements-app/.rubocop.yml

16 строки
290 B
YAML
Исходник Обычный вид История

2022-06-07 19:20:09 +03:00
inherit_gem:
rubocop-github:
- config/default.yml
AllCops:
DisplayCopNames: true
TargetRubyVersion: 3.1.2
2022-06-07 19:20:09 +03:00
Exclude:
- 'bin/*'
- 'spec/acceptance/fixtures/**/*'
- 'spec/unit/fixtures/**/*'
- 'vendor/gems/**/*'
2022-08-04 00:14:16 +03:00
Style/HashSyntax:
EnforcedShorthandSyntax: either