I want to add `make style-check` task for static code analysis as a dependency 
task of `make check` in `Makefile`. Because it helps to maintain, keeping the 
code clean. 

Candidate tools
- C file: I do not know which tool is good.
- Python file: `flake8` [1].
- Shell (bash) file: `sh -n`, `bashate` [2], `shellcheck` [3]

I have used the tool [1], [2], [3]. and I think those are helpful.

[1] https://pypi.python.org/pypi/flake8
[2] https://pypi.python.org/pypi/bashate
[3] https://www.shellcheck.net/


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/306
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to