diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-26 11:00:11 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-26 11:00:11 +0000 |
commit | ec57b0b3db872fdbe9f631d61d34a74ad52c6a85 (patch) | |
tree | 01e2cc31c4ceb2bcf437e38e981e607c20e1e55a | |
parent | 74904116d81903ec854f81421720d9edd6fe9926 (diff) | |
parent | fa5f0c5c0d3e0262162117ba247964b02c54fbcb (diff) | |
download | gitlab-ce-ec57b0b3db872fdbe9f631d61d34a74ad52c6a85.tar.gz |
Merge branch 'pl-danger-map-rubocop' into 'master'
Danger: Map .rubocop{,_todo}.yml to ~backend
See merge request gitlab-org/gitlab-ce!32156
-rw-r--r-- | lib/gitlab/danger/helper.rb | 1 |
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, |