parent
18b479b8b2
commit
1737122c80
@ -0,0 +1,11 @@
|
||||
---
|
||||
EnableDefaultLinters: true
|
||||
linters:
|
||||
ErbSafety:
|
||||
enabled: true
|
||||
better_html_config: .better-html.yml
|
||||
Rubocop:
|
||||
enabled: true
|
||||
rubocop_config:
|
||||
inherit_from:
|
||||
- .rubocop.yml
|
||||
@ -0,0 +1,4 @@
|
||||
---
|
||||
detectors:
|
||||
InstanceVariableAssumption:
|
||||
enabled: false
|
||||
@ -0,0 +1,13 @@
|
||||
inherit_from: ~/.rubocop.yml
|
||||
|
||||
Lint/ShadowingOuterLocalVariable:
|
||||
Enabled: false
|
||||
|
||||
Metrics/ClassLength:
|
||||
Enabled: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in new issue