From fa5f0c5c0d3e0262162117ba247964b02c54fbcb Mon Sep 17 00:00:00 2001 From: Peter Leitzen Date: Mon, 26 Aug 2019 11:00:09 +0000 Subject: Danger: Map .rubocop{,_todo}.yml to ~backend --- lib/gitlab/danger/helper.rb | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.1