You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: