blob: 652bfbae4e35c2fd10f7be1ad66292ae8fd7e9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit_from: .rubocop_todo.yml
Style/GuardClause:
Enabled: false
Style/HashSyntax:
EnforcedStyle: ruby19_no_mixed_keys
Lint/DeprecatedClassMethods:
Enabled: true
# complains about our nested module end; end style
Lint/EndAlignment:
Enabled: false
|