LINTER_RULES_PATH configuration does not work with Lychee #2866
Labels
bug
Something isn't working
O: stale 🤖
This issue or pull request is stale, it will be closed if there is no activity
Describe the bug
Regardless of how
LINTER_RULES_PATH
is configured in.mega-linter.yml
, if the Lychee config files are not in the project root, both.lycheeignore
andlychee.toml
have no effect, even though Megalinter says they were found correctly.To Reproduce
Steps to reproduce the behavior:
.config/linters
LINTER_RULES_PATH: .config/linters
in.mega-linter.yml
megalinter\.io
to.config/linters/.lycheeignore
Expected behavior
The megalinter.io links should be ignored, as configured. This is not the case, even though Megalinter says it has found the configuration files:
These links are appropriately ignored if the files are placed in the project root, however:
It seems that
lychee.toml
has the same problem, as no configuration changes take effect unless the file is in the project root.The text was updated successfully, but these errors were encountered: