dependency_validator icon indicating copy to clipboard operation
dependency_validator copied to clipboard

Ignore "These packages are used outside lib/ but are not dev_dependencies"

Open dodatw opened this issue 2 years ago • 1 comments

For some reason, we want to ignore "These packages are used outside lib/ but are not dev_dependencies" case. Is it possible add a config that ignore this check and return zero for pass checking ?

dodatw avatar Jan 05 '24 07:01 dodatw

This seems reasonable, but just to get some more context to help decide how to implement - is it not sufficient to use the ignore: config in this case? Would it be helpful to be able to ignore other types of warnings that this tool provides, or just this one?

evanweible-wf avatar Jan 22 '24 18:01 evanweible-wf