Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-14 01:16:17 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-05-14 01:16:17 +0300
commit4c19474eef3744db2603e696b7e41420627eb1dc (patch)
tree97f326147c2df14e40394fed7d46363b6c42cd24 /lib
parent0a7216ab6eccf5607d5c526c1deea235f0f7462e (diff)
Add haml-lint.yml to FE for roulette
Diffstat (limited to 'lib')
-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 |