mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 09:40:56 +08:00
FIX: Misspelled dir
This commit is contained in:
@ -715,7 +715,7 @@ def main(*args):
|
||||
if glob_match.match(root): # skip (absolute) directories
|
||||
del dirs[:]
|
||||
continue
|
||||
if is_hidden(root, options.check_hidden):
|
||||
if is_hidden(root, options.check_hidden): # dir itself hidden
|
||||
continue
|
||||
for file_ in files:
|
||||
# ignore hidden files in directories
|
||||
|
Reference in New Issue
Block a user