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 337c3f1 commit 411338aCopy full SHA for 411338a
1 file changed
.rubocop.yml
@@ -9,6 +9,10 @@ AllCops:
9
- bin/**/*
10
- vendor/bundle/**/*
11
12
+Lint/Syntax:
13
+ Exclude:
14
+ - app/views/**/*.haml
15
+
16
plugins:
17
- rubocop-capybara
18
- rubocop-performance
0 commit comments