Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(reporter/dot): only considers rule severity for coloring invalid…
… modules/ dependencies (#869) ## Description, Motivation and Context - _only_ color modules & dependencies in one of the severity level colors when there's a severity set on the associated rule The default `dot` configuration built into dependency-cruiser made that things that were invalid, but for which the rule was _ignored_ showed up with a red color. This is obviously not helpful (why otherwise ignore the rule). ## How Has This Been Tested? - [x] green ci - [x] adjusted automated non-regression tests ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Documentation only change - [ ] Refactor (non-breaking change which fixes an issue without changing functionality) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
- Loading branch information