Closed sverweij closed 6 months ago
fixes #930
With this rule added to dependency-cruiser's own config
// ... "required": [ { "name": "something-required", "comment": "Foo bar baz quux garply waldo fred plugh xyzzy thud", "severity": "warn", "module": { "path": "^src/meta.cjs$" }, "to": { "path": "^test/kannie" } } ], // ...
... npx depcruise --progress -T err-long shows this:
npx depcruise --progress -T err-long
warn something-required: src/meta.cjs Foo bar baz quux garply waldo fred plugh xyzzy thud ✘ 1 dependency violations (0 errors, 1 warnings). 545 modules, 1325 dependencies cruised. ⚠ 7 known violations ignored. Run with --no-ignore-known to see them.
[x] :book:
[x] :balance_scale:
Code Climate has analyzed commit f881ab9d and detected 0 issues on this pull request.
View more on Code Climate.
Description
Motivation and Context
fixes #930
How Has This Been Tested?
Screenshots
With this rule added to dependency-cruiser's own config
...
npx depcruise --progress -T err-long
shows this:Types of changes
Checklist
[x] :book:
[x] :balance_scale: