15 lines
353 B
YAML
15 lines
353 B
YAML
# Cross-Repository configuration of Cops that are mandatory enabled.
|
|
#
|
|
# There are a handful of cops that must be enabled for all the files
|
|
# independently of any prior excludes.
|
|
|
|
Lint/Debugger:
|
|
# don't leave binding.pry or debugger
|
|
Enabled: true
|
|
Exclude: []
|
|
|
|
Rails/UniqBeforePluck:
|
|
# uniq.pluck and not pluck.uniq
|
|
Enabled: true
|
|
Exclude: []
|