summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-13 22:16:17 +0000
committerLuke Bennett <lbennett@gitlab.com>2019-05-13 22:16:17 +0000
commit4c19474eef3744db2603e696b7e41420627eb1dc (patch)
tree97f326147c2df14e40394fed7d46363b6c42cd24
parent0a7216ab6eccf5607d5c526c1deea235f0f7462e (diff)
downloadgitlab-ce-haml-lint-fe.tar.gz
Add haml-lint.yml to FE for roulettehaml-lint-fe
-rw-r--r--lib/gitlab/danger/helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/danger/helper.rb b/lib/gitlab/danger/helper.rb
index 3ef19d801b7..f0ca397609d 100644
--- a/lib/gitlab/danger/helper.rb
+++ b/lib/gitlab/danger/helper.rb
@@ -121,6 +121,8 @@ module Gitlab
\.prettierrc |
\.scss-lint.yml |
\.stylelintrc |
+ \.haml-lint.yml |
+ \.haml-lint_todo.yml |
babel\.config\.js |
jest\.config\.js |
karma\.config\.js |