Fix .rubocop.yml for test fixtures.

This commit is contained in:
Markus Reiter 2020-09-01 02:51:25 +02:00
parent 6d6c59a1fd
commit 7ecd64fc03

View File

@ -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: