See https://github.com/blu3mania/npp-papyrus/actions/runs/3205014421/jobs/5236999872
The action was configured with:
ignoredPaths: ${{ github.workspace }}/src/external/gsl;${{ github.workspace }}/src/external/tinyxml2
Which was expanded to:
ignoredPaths: D:\a\npp-papyrus\npp-papyrus/src/external/gsl;D:\a\npp-papyrus\npp-papyrus/src/external/tinyxml2
However, file 'tinyxml2.cpp' under D:\a\npp-papyrus\npp-papyrus\src\external\tinyxml2 directory was still analyzed:
Running analysis on: D:\a\npp-papyrus\npp-papyrus\src\external\tinyxml2\tinyxml2.cpp
In a later test, the config was changed to use relative paths:
ignoredPaths: src/external/gsl;src/external/tinyxml2
However, the issue was still there (see https://github.com/blu3mania/npp-papyrus/actions/runs/3205291289/jobs/5237620319)
See https://github.com/blu3mania/npp-papyrus/actions/runs/3205014421/jobs/5236999872
The action was configured with:
ignoredPaths: ${{ github.workspace }}/src/external/gsl;${{ github.workspace }}/src/external/tinyxml2Which was expanded to:
ignoredPaths: D:\a\npp-papyrus\npp-papyrus/src/external/gsl;D:\a\npp-papyrus\npp-papyrus/src/external/tinyxml2However, file 'tinyxml2.cpp' under D:\a\npp-papyrus\npp-papyrus\src\external\tinyxml2 directory was still analyzed:
Running analysis on: D:\a\npp-papyrus\npp-papyrus\src\external\tinyxml2\tinyxml2.cppIn a later test, the config was changed to use relative paths:
ignoredPaths: src/external/gsl;src/external/tinyxml2However, the issue was still there (see https://github.com/blu3mania/npp-papyrus/actions/runs/3205291289/jobs/5237620319)