Ignore os cop in tap Formula/Cask folders

This commit is contained in:
apainintheneck 2022-12-09 12:01:44 -08:00
parent 11cdffb4fe
commit 07ff122c8d
2 changed files with 10 additions and 6 deletions

View File

@ -55,16 +55,14 @@ FormulaAudit:
FormulaAuditStrict:
Enabled: true
Homebrew/MoveToExtendOS:
Exclude:
- "Homebrew/{extend,test,requirements}/**/*"
- "Taps/**/*"
- "Homebrew/os.rb"
# enable all Homebrew custom cops
Homebrew:
Enabled: true
# only used internally
Homebrew/MoveToExtendOS:
Enabled: false
# makes DSL usage ugly.
Layout/SpaceBeforeBrackets:
Exclude:

View File

@ -2,6 +2,12 @@ inherit_from:
- ../.rubocop_rspec.yml
- .rubocop_todo.yml
Homebrew/MoveToExtendOS:
Enabled: true
Exclude:
- "{extend,test,requirements}/**/*"
- "os.rb"
# make rspec formatting more flexible
Layout/MultilineMethodCallIndentation:
Exclude: