-
Notifications
You must be signed in to change notification settings - Fork 17
/
.erb-lint.yml
19 lines (19 loc) · 1.03 KB
/
.erb-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
exclude:
- '**/vendor/**/*'
- '**/node_modules/**/*'
EnableDefaultLinters: false
linters:
HardCodedString:
enabled: true
exclude:
- 'app/views/historic_appointments/past_foreign_secretaries/austen_chamberlain.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/charles_fox.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/edward_grey.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/edward_wood.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/george_curzon.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/george_gordon.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/george_gower.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/henry_petty_fitzmaurice.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/robert_cecil.html.erb'
- 'app/views/historic_appointments/past_foreign_secretaries/william_grenville.html.erb'