mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
19 lines
423 B
YAML
19 lines
423 B
YAML
|
|
Lint/Debugger: # Remove any `binding.pry`
|
||
|
|
Enabled: true
|
||
|
|
Exclude: []
|
||
|
|
|
||
|
|
RSpec/Focus: # Require full spec run on CI
|
||
|
|
Enabled: true
|
||
|
|
Exclude: []
|
||
|
|
|
||
|
|
Rails/Output: # Remove any `puts` debugging
|
||
|
|
Enabled: true
|
||
|
|
Exclude: []
|
||
|
|
|
||
|
|
Rails/FindEach: # Using `each` could impact performance, use `find_each`
|
||
|
|
Enabled: true
|
||
|
|
Exclude: []
|
||
|
|
|
||
|
|
Rails/UniqBeforePluck: # Require `uniq.pluck` and not `pluck.uniq`
|
||
|
|
Enabled: true
|
||
|
|
Exclude: []
|