Merge branch 'winh-eslint-config-danger' into 'master'

Mark .eslintrc.yml as frontend change for Danger

See merge request gitlab-org/gitlab-ce!26549
This commit is contained in:
Mike Greiling 2019-03-25 15:05:56 +00:00
commit 722ac2c9ae
1 changed files with 1 additions and 1 deletions

View File

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