You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
496 B
25 lines
496 B
|
3 weeks ago
|
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
|
||
|
|
inherit_mode:
|
||
|
|
merge:
|
||
|
|
- Include
|
||
|
|
Enabled: true
|
||
|
|
Exclude: []
|
||
|
|
Include:
|
||
|
|
- spec/**/*.rb
|
||
|
|
|
||
|
|
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: []
|