diff options
Diffstat (limited to 'lib/gitlab_danger.rb')
-rw-r--r-- | lib/gitlab_danger.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_danger.rb b/lib/gitlab_danger.rb index ee0951f18ca..1c1763454a5 100644 --- a/lib/gitlab_danger.rb +++ b/lib/gitlab_danger.rb @@ -12,6 +12,7 @@ class GitlabDanger database commit_messages telemetry + utility_css ].freeze CI_ONLY_RULES ||= %w[ @@ -19,7 +20,6 @@ class GitlabDanger changelog specs roulette - gitlab_ui_wg ce_ee_vue_templates ].freeze |