Enable `Rails/Output` in `spec/` dir (#31905)

pull/2846/head
Matt Jankowski 2024-09-16 04:29:06 -04:00 committed by GitHub
parent abd2f5654a
commit bf8b55ce91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -7,8 +7,13 @@ RSpec/Focus: # Require full spec run on CI
Exclude: []
Rails/Output: # Remove any `puts` debugging
inherit_mode:
merge:
- Include
Enabled: true
Exclude: []
Include:
- spec/**/*.rb
Rails/FindEach: # Using `each` could impact performance, use `find_each`
Enabled: true