dense-analysis / dense-analysis/ale
Should bash syntax checker use extglob by default?
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
Currently linter shows errors on lines containing advanced pattern matching. I think they're quite common in bash scripts and ale should enable extglob by default.
It can be done with:
bash -n -O extglob ...
Contributor guide
Assessment
This issue has not been assessed yet.