tools: Added shellcheck for bash, sh, dash or ksh files.
This commit is contained in:
parent
45a3f1ede8
commit
4a02b26fb0
3 changed files with 9 additions and 2 deletions
2
TODO
2
TODO
|
|
@ -6,7 +6,6 @@ Todo (tool related)
|
|||
- Report on python doctests. (also coverage of)
|
||||
- Cache tools._python_version.
|
||||
- Colourise git_diff.
|
||||
- Add shellcheck tool for shell scripts.
|
||||
|
||||
|
||||
Done
|
||||
|
|
@ -166,6 +165,7 @@ Done
|
|||
- Add bandit tool for python.
|
||||
- Created a setup.py file.
|
||||
- Add cppcheck tool for C and C++.
|
||||
- Add shellcheck tool for shell scripts.
|
||||
|
||||
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
|
||||
A B C D E F G H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue