Files
nairobi/.rubocop.yml
Javi Martín f3c31f0ea3 Remove MarshalLoad rubocop rule
We don't use Marshal objects in our application.
2019-10-25 23:17:51 +02:00

26 lines
365 B
YAML

inherit_from: .rubocop_basic.yml
Performance/CompareWithBlock:
Enabled: true
Performance/Detect:
Enabled: true
Performance/DoubleStartEndWith:
Enabled: true
Performance/EndWith:
Enabled: true
Performance/StartWith:
Enabled: true
Rails/HasManyOrHasOneDependent:
Enabled: true
Security/JSONLoad:
Enabled: true
Security/YAMLLoad:
Enabled: true