2020-08-14 01:58:14 +02:00
|
|
|
inherit_from:
|
2023-02-21 16:32:32 -08:00
|
|
|
- ../.rubocop.yml
|
2016-09-27 18:48:06 +02:00
|
|
|
|
2022-12-09 12:01:44 -08:00
|
|
|
Homebrew/MoveToExtendOS:
|
|
|
|
|
Enabled: true
|
|
|
|
|
Exclude:
|
|
|
|
|
- "{extend,test,requirements}/**/*"
|
|
|
|
|
- "os.rb"
|
|
|
|
|
|
2018-09-02 20:14:54 +01:00
|
|
|
# make rspec formatting more flexible
|
2017-05-28 16:59:53 +01:00
|
|
|
Layout/MultilineMethodCallIndentation:
|
2016-10-23 14:44:14 +02:00
|
|
|
Exclude:
|
2021-01-26 10:00:38 +00:00
|
|
|
- "**/*_spec.rb"
|
2016-10-23 14:44:14 +02:00
|
|
|
|
2017-10-07 00:31:28 +02:00
|
|
|
Naming/PredicateName:
|
2021-01-13 09:22:06 +01:00
|
|
|
AllowedMethods:
|
|
|
|
|
- is_32_bit?
|
|
|
|
|
- is_64_bit?
|
2017-10-07 00:31:28 +02:00
|
|
|
|
2020-08-18 10:58:32 -04:00
|
|
|
Style/HashAsLastArrayItem:
|
|
|
|
|
Exclude:
|
2021-01-26 10:00:38 +00:00
|
|
|
- "test/utils/spdx_spec.rb"
|
2021-01-17 22:45:55 -08:00
|
|
|
|
|
|
|
|
Style/BlockDelimiters:
|
|
|
|
|
BracesRequiredMethods:
|
2021-01-26 10:00:38 +00:00
|
|
|
- "sig"
|
2021-08-26 23:29:47 -04:00
|
|
|
|
|
|
|
|
Bundler/GemFilename:
|
2023-02-17 23:43:29 +00:00
|
|
|
Enabled: false
|