We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e2f3e commit 267401aCopy full SHA for 267401a
.erb_lint.yml
@@ -9,6 +9,17 @@ exclude:
9
- 'bin/**/*'
10
- 'lib/namespaced_env_cache.rb'
11
- '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
+
23
glob: '**/*.{html,text,js}{+*,}.erb'
24
25
linters:
0 commit comments