[Rpm-maint] [rpm-software-management/rpm] Static code analysis task for make (#306)

Jun Aruga notifications at github.com
Fri Aug 18 20:09:45 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170818/5ea9bedd/attachment.html>


More information about the Rpm-maint mailing list