mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Better handling of directories and inaccessible files.
This commit is contained in:
parent
dbadca9f61
commit
8ba1f2fdf2
3 changed files with 95 additions and 59 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue