mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Enable Rails/Output in spec/ dir (#31905)
This commit is contained in:
parent
abd2f5654a
commit
bf8b55ce91
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue