-
-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The megalinter does not seem to respect the LINTER_RULES_PATH in the megalint config.
To Reproduce
Add LINTER_RULES_PATH in the configuration file.
- Place .cspell.json in LINTER_RULES_PATH
- Run lint
- Add a misspelled word caught by lint to .cspell jon
- Run lint
Expected behavior
The linter should no longer flag the misspelled word.
I can move the exact same .cspell.json to the local repository, and it works as expected. So the problem is not in the config gile.
I would also like to use $HOME to set the path, but that does not seem to work either.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working