forked from bensheldon/good_job
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.erb_lint.yml
More file actions
34 lines (32 loc) · 758 Bytes
/
Copy path.erb_lint.yml
File metadata and controls
34 lines (32 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
glob: "**/*.erb"
linters:
HardCodedString:
enabled: false
ClosingErbTagIndent:
enabled: false
Rubocop:
enabled: true
rubocop_config:
inherit_from:
- .rubocop.yml
Layout/ArgumentAlignment:
Enabled: false
Layout/FirstHashElementIndentation:
Enabled: false
Layout/InitialIndentation:
Enabled: false
Layout/LeadingEmptyLines:
Enabled: false
Layout/TrailingEmptyLines:
Enabled: false
Layout/TrailingWhitespace:
Enabled: false
Lint/UselessAssignment:
Enabled: false
Naming/FileName:
Enabled: false
Rails/OutputSafety:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false