mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 22:18:06 +01: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: []
|