Workiva / dependency_validator

A tool to help you find missing, under-promoted, over-promoted, and unused dependencies.
Other
59 stars 18 forks source link

Validate less imports #58

Closed Anrock closed 4 years ago

Anrock commented 4 years ago

Motivation

Take imports from .less file into account to produce more accurate dependency analysis

Changes

Read and analyze .less files for imports. Basically same as scss but different file extension and regex.

Release Notes

Support .less files analysis

Review

Please review: @Workviva/app-frameworks

QA Checklist

Merge Checklist

While we perform many automated checks before auto-merging, some manual checks are needed:

aviary3-wk commented 4 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

Anrock commented 4 years ago

Mentioning @Workviva/app-frameworks didn't work and I can't edit list of reviewers. So I hope somebody will find it as it is ¯_(ツ)_/¯

Anrock commented 4 years ago

@evanweible-wf thank you for suggestions. Everything is fixed and tests for "package://"-cases added.

evanweible-wf commented 4 years ago

@Workiva/release-management-p