gitlab-org--gitlab-foss/danger
Lukas Eipert 243bd56f9d
Add danger check for duplicate yarn dependencies
This danger check utilises `yarn-deduplicate` in order to show duplicate
dependencies in the yarn.lock dependency tree.
Often when introducing new dependencies or updating existing ones, yarn
does not seem to build the most optimal dependency tree.

In order to prevent those unnecessary dependency updates we are nudging
developers and maintainers to resolve these issues in MRs. Automating
this with danger especially helps, as yarn.lock files are not that easy
to review.
2018-12-17 09:58:39 +01:00
..
changelog Don't request changelog for MR with some labels 2018-12-05 10:56:49 +01:00
changes_size Autocorrect RuboCop violations in danger/**/Dangerfile 2018-07-11 14:44:35 -05:00
commit_messages Relax the subject line requirements for commits 2018-09-19 15:27:50 +02:00
database Create helper to get all changed files 2018-10-22 11:04:55 +02:00
documentation Update docs' Dangerfile 2018-12-06 13:32:17 +00:00
duplicate_yarn_dependencies Add danger check for duplicate yarn dependencies 2018-12-17 09:58:39 +01:00
eslint Create helper to get all changed files 2018-10-22 11:04:55 +02:00
frozen_string Make the frozen_string Danger check more resilient 2018-07-25 14:32:44 -07:00
gemfile Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
metadata Warn when MR titles are too long 2018-11-07 15:27:39 +01:00
plugins Create helper to get all changed files 2018-10-22 11:04:55 +02:00
prettier Create helper to get all changed files 2018-10-22 11:04:55 +02:00
specs Also count specs in new files in Danger check 2018-10-23 15:45:05 +01:00