2022-06-07 19:20:09 +03:00
|
|
|
inherit_gem:
|
|
|
|
rubocop-github:
|
|
|
|
- config/default.yml
|
|
|
|
|
|
|
|
AllCops:
|
|
|
|
DisplayCopNames: true
|
2022-08-03 00:28:21 +03:00
|
|
|
TargetRubyVersion: 3.1.2
|
2022-06-07 19:20:09 +03:00
|
|
|
Exclude:
|
|
|
|
- 'bin/*'
|
2023-08-29 23:10:26 +03:00
|
|
|
- 'vendor/**/*'
|
2022-06-07 19:20:09 +03:00
|
|
|
- 'spec/acceptance/fixtures/**/*'
|
|
|
|
- 'spec/unit/fixtures/**/*'
|
|
|
|
- 'vendor/gems/**/*'
|
2022-08-09 20:43:36 +03:00
|
|
|
- 'lib/contracts-ruby2/**/*'
|
|
|
|
- 'lib/contracts-ruby3/**/*'
|
2022-08-04 00:09:38 +03:00
|
|
|
|
2022-08-04 00:14:16 +03:00
|
|
|
Style/HashSyntax:
|
2022-08-04 00:09:38 +03:00
|
|
|
EnforcedShorthandSyntax: either
|