Mark .eslintrc.yml as frontend change for Danger
This commit is contained in:
parent
4e045cd5aa
commit
ec33bc71e9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ module Gitlab
|
|||
%r{\A(ee/)?public/} => :frontend,
|
||||
%r{\A(ee/)?spec/(javascripts|frontend)/} => :frontend,
|
||||
%r{\A(ee/)?vendor/assets/} => :frontend,
|
||||
%r{\A(jest\.config\.js|package\.json|yarn\.lock)\z} => :frontend,
|
||||
%r{\A(jest\.config\.js|package\.json|yarn\.lock|\.eslintrc\.yml)\z} => :frontend,
|
||||
|
||||
%r{\A(ee/)?app/(?!assets|views)[^/]+} => :backend,
|
||||
%r{\A(ee/)?(bin|config|danger|generator_templates|lib|rubocop|scripts)/} => :backend,
|
||||
|
|
Loading…
Reference in a new issue