summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-08-26 11:00:09 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2019-08-26 11:00:09 +0000
commitfa5f0c5c0d3e0262162117ba247964b02c54fbcb (patch)
tree01e2cc31c4ceb2bcf437e38e981e607c20e1e55a
parent74904116d81903ec854f81421720d9edd6fe9926 (diff)
downloadgitlab-ce-fa5f0c5c0d3e0262162117ba247964b02c54fbcb.tar.gz
Danger: Map .rubocop{,_todo}.yml to ~backend
-rw-r--r--lib/gitlab/danger/helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/danger/helper.rb b/lib/gitlab/danger/helper.rb
index 332ca8bf9b8..5424298723e 100644
--- a/lib/gitlab/danger/helper.rb
+++ b/lib/gitlab/danger/helper.rb
@@ -126,6 +126,7 @@ module Gitlab
%r{\A(ee/)?vendor/(languages\.yml|licenses\.csv)\z} => :backend,
%r{\A(Dangerfile|Gemfile|Gemfile.lock|Procfile|Rakefile|\.gitlab-ci\.yml)\z} => :backend,
%r{\A[A-Z_]+_VERSION\z} => :backend,
+ %r{\A\.rubocop(_todo)?\.yml\z} => :backend,
%r{\A(ee/)?qa/} => :qa,