Skip to content
Snippets Groups Projects
Commit 722ac2c9 authored by Mike Greiling's avatar Mike Greiling :speech_balloon:
Browse files

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

Mark .eslintrc.yml as frontend change for Danger

See merge request gitlab-org/gitlab-ce!26549
parents f0ce30bb ec33bc71
No related branches found
No related tags found
Loading
Pipeline #53500028 passed with warnings
......@@ -108,7 +108,7 @@ def label_for_category(category)
%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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment