I'm checking a rather large codebase. Right now I'm working entirely in the /src/ folder, and scspell src/* works, except when it reaches subdirectories. I get Error: can't read source file 'src/subdir'; skipping (reason: Is a directory). It would be super nice to have a commandline arg to specify how many levels of subdirectories to traverse.
I'm checking a rather large codebase. Right now I'm working entirely in the
/src/folder, andscspell src/*works, except when it reaches subdirectories. I getError: can't read source file 'src/subdir'; skipping (reason: Is a directory). It would be super nice to have a commandline arg to specify how many levels of subdirectories to traverse.