brew/Library/Homebrew/.rubocop.yml

30 lines
497 B
YAML
Raw Normal View History

inherit_from:
- ../.rubocop.yml
Homebrew/MoveToExtendOS:
Enabled: true
Exclude:
- "{extend,test,requirements}/**/*"
- "os.rb"
# make rspec formatting more flexible
Layout/MultilineMethodCallIndentation:
2016-10-23 14:44:14 +02:00
Exclude:
- "**/*_spec.rb"
2016-10-23 14:44:14 +02:00
Naming/PredicateName:
2021-01-13 09:22:06 +01:00
AllowedMethods:
- is_32_bit?
- is_64_bit?
2020-08-18 10:58:32 -04:00
Style/HashAsLastArrayItem:
Exclude:
- "test/utils/spdx_spec.rb"
Style/BlockDelimiters:
BracesRequiredMethods:
- "sig"
Bundler/GemFilename:
Enabled: false