arduino-lint
arduino-lint copied to clipboard
Feature Request: Add ability to exclude certain sub-folders from checks
I would like to exclude some folders from library structure checks - essentially the same folders from my .gitignore. In my case, I'm getting "ERROR: Sketch(es) found outside examples and extras folders" because I have a local .pio
folder with local libraries in it and another local .history
folder for a VSCode extension.