Commit 456365c3 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'leipert-add-check-for-extranous-dependencies' into 'master'

Add check whether yarn.lock needs to be updated

See merge request gitlab-org/gitlab!83427
parents cb7b9177 b59d1a0d
......@@ -55,6 +55,7 @@ class StaticAnalysis
Task.new(%w[yarn run internal:stylelint], 8),
Task.new(%w[scripts/lint-conflicts.sh], 1),
Task.new(%w[yarn run block-dependencies], 1),
Task.new(%w[yarn run check-dependencies], 1),
Task.new(%w[scripts/lint-rugged], 1),
Task.new(%w[scripts/gemfile_lock_changed.sh], 1)
].compact.freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment