Merge pull request #14236 from apainintheneck/add-ignores-for-os-cop
Only use OS cop internally
This commit is contained in:
commit
c1d7b10045
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user