mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 10:23:27 +08:00
Better handling of directories and inaccessible files.
This commit is contained in:
@@ -62,6 +62,7 @@ executable shellcheck
|
||||
mtl,
|
||||
parsec,
|
||||
regex-compat,
|
||||
transformers,
|
||||
QuickCheck >= 2.2
|
||||
main-is: shellcheck.hs
|
||||
|
||||
@@ -76,6 +77,7 @@ test-suite test-shellcheck
|
||||
mtl,
|
||||
parsec,
|
||||
regex-compat,
|
||||
transformers,
|
||||
QuickCheck >= 2.2
|
||||
main-is: test/shellcheck.hs
|
||||
|
||||
|
Reference in New Issue
Block a user