Danger: Map .rubocop{,_todo}.yml to ~backend
This commit is contained in:
parent
74904116d8
commit
fa5f0c5c0d
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue