Include all test paths in RSpec cops

This commit is contained in:
Douglas Eichelberger 2024-02-11 14:25:05 -08:00
parent 024eb6419b
commit ee08fc53c1

View File

@ -215,6 +215,10 @@ Performance/CaseWhenSplat:
Performance/MethodObjectAsBlock: Performance/MethodObjectAsBlock:
Enabled: false Enabled: false
RSpec:
Include:
- 'Homebrew/test/**/*'
# Intentionally disabled as it doesn't fit with our code style. # Intentionally disabled as it doesn't fit with our code style.
RSpec/AnyInstance: RSpec/AnyInstance:
Enabled: false Enabled: false