Merge branch 'pl-danger-map-rubocop' into 'master'

Danger: Map .rubocop{,_todo}.yml to ~backend

See merge request gitlab-org/gitlab-ce!32156
This commit is contained in:
Ash McKenzie 2019-08-26 11:00:11 +00:00
commit ec57b0b3db
1 changed files with 1 additions and 0 deletions

View File

@ -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,