summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-16 18:16:11 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-16 18:16:11 +0000
commit35e9d58e2e048a30769825bb091c729620c1f5ed (patch)
tree58d23a993c2ea8290bbab9f07a50dfe61a1f2fb0
parent1602ce28c65125f045e36c4420dafd6a7788d37c (diff)
parent4c19474eef3744db2603e696b7e41420627eb1dc (diff)
downloadgitlab-ce-35e9d58e2e048a30769825bb091c729620c1f5ed.tar.gz
Merge branch 'haml-lint-fe' into 'master'
Add haml-lint.yml to FE for roulette See merge request gitlab-org/gitlab-ce!28301
-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 |