excludeRegExp
requires sources to be relative to file run
#295
Labels
excludeRegExp
requires sources to be relative to file run
#295
I'm running madge against apollo-client to detect dependencies of certain files. I'm working against this version of apollo-client for context.
Specifically I'm testing the following command:
The Issue:
I've already ported several of the dependency files so I want to omit them from the output. However, to do so, I have to exclude them relative to the file being analyzed. Below is my
.madgerc
. As you can see I'm having to relatively path to the top level of the project to detect the correct files. However, I want to be able to rapidly switch between files in the project. It would be nice if the excludeRegExp field worked from the root directory instead of relative paths from the analyzed file..madgerc
The text was updated successfully, but these errors were encountered: