forked from openstreetmap/openstreetmap-website
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.erb_lint.yml
More file actions
30 lines (30 loc) · 679 Bytes
/
.erb_lint.yml
File metadata and controls
30 lines (30 loc) · 679 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
---
linters:
AllowedScriptType:
enabled: true
# disallow_inline_scripts: true // @todo: fix this.
Rubocop:
enabled: true
rubocop_config:
inherit_from:
- .rubocop.yml
Layout/InitialIndentation:
Enabled: false
Layout/LineLength:
Enabled: false
Layout/TrailingEmptyLines:
Enabled: false
Layout/TrailingWhitespace:
Enabled: false
Lint/UselessAssignment:
Enabled: false
Naming/FileName:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
SelfClosingTag:
enabled: false
SpaceInHtmlTag:
enabled: true
exclude:
- '**/vendor/**'