summaryrefslogtreecommitdiff
path: root/.haml-lint.yml
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2017-03-06 20:46:52 +0100
committerwinh <winnie@gitlab.com>2017-08-07 11:37:16 +0200
commitc6bf292efba4be34fd832684bd25036354d7336b (patch)
treed9a41626cf149683499fc093c2d8a6cd2d574e20 /.haml-lint.yml
parent95b232f2cc9ceb3fe65d2c53d749c28c72c820f5 (diff)
downloadgitlab-ce-c6bf292efba4be34fd832684bd25036354d7336b.tar.gz
Add custom linter for inline JavaScript to haml_lint (!9742)
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 372994979b8..32c7de0fb78 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -41,6 +41,9 @@ linters:
ImplicitDiv:
enabled: true
+ InlineJavaScript:
+ enabled: true
+
InlineStyles:
enabled: false