As mentioned in commit 9d566a22, I've kept these performance cops but
not for performance reasons but because they make the code easier to
read.
As for the security cops, we've never had problems with any of them, but
since we recently added an `eval` call by accident, there's a chance we
could do the same with JSONLoad and YAMLLoad.
4 lines
81 B
YAML
4 lines
81 B
YAML
inherit_from: .rubocop_basic.yml
|
|
Rails/HasManyOrHasOneDependent:
|
|
Enabled: true
|