Skip to content

Commit 267401a

Browse files
committed
added specific files to ERB lint exclusion list as they cause clobbering
1 parent 56e2f3e commit 267401a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.erb_lint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ exclude:
99
- 'bin/**/*'
1010
- 'lib/namespaced_env_cache.rb'
1111
- 'vendor/bundle/**/*'
12+
# TODO: fix clobbering (autocorrect conflics) first:
13+
- 'app/views/admin/_error_report.html.erb'
14+
- 'app/views/categories/show.html.erb'
15+
- 'app/views/micro_auth/authentication/initiate.html.erb'
16+
- 'app/views/reactions/_form.html.erb'
17+
- 'app/views/reports/reactions.html.erb'
18+
- 'app/views/suggested_edit/category_index.html.erb'
19+
- 'app/views/questions/_list.html.erb'
20+
- 'app/views/tags/category.html.erb'
21+
- 'app/views/users/_activity_items.html.erb'
22+
1223
glob: '**/*.{html,text,js}{+*,}.erb'
1324

1425
linters:

0 commit comments

Comments
 (0)