Fix .rubocop.yml for test fixtures.
This commit is contained in:
parent
6d6c59a1fd
commit
7ecd64fc03
@ -298,7 +298,8 @@ Style/DocumentationMethod:
|
|||||||
Style/FrozenStringLiteralComment:
|
Style/FrozenStringLiteralComment:
|
||||||
EnforcedStyle: always
|
EnforcedStyle: always
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'Taps/*/*/{Formula/,Casks/,}*.rb'
|
- 'Taps/*/*/{Formula,Casks,}/*.rb'
|
||||||
|
- 'Homebrew/test/**/Casks/**/*.rb'
|
||||||
|
|
||||||
# TODO: remove this when possible.
|
# TODO: remove this when possible.
|
||||||
Style/GlobalVars:
|
Style/GlobalVars:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user