This repository lists static analysis tools for all
programming languages, build tools, config files and more.
The official website,
analysis-tools.dev is based on
this repository and adds rankings, user comments, and additional resources
like videos for each tool.
Static program analysis is the analysis of computer software that is performed without actually executing programs — Wikipedia
The most important thing I have done as a programmer in recent years is to aggressively pursue static code analysis. Even more valuable than the hundreds of serious bugs I have prevented with it is the change in mindset about the way I view software reliability and code quality. — John Carmack (Creator of Doom)
This project would not be possible without the generous support of our sponsors.
If you also want to support this project, head over to our Github sponsors page.
Pull requests are very welcome!
Also check out the sister project,
awesome-dynamic-analysis.
{% for (tag, _) in others %} - {{ tag.name }} {%- endfor %}
{%- for (language, linters) in linters %}
{% for linter in linters -%} - {{linter.name }}{% if linter.discussion.is_some() %} :information_source:{% endif %}{% if linter.deprecated.is_some() %} :warning:{% endif %}{% if linter.license == “proprietary” %} :copyright:{% endif %} - {{ linter.description }} {% endfor %}
{%- endfor %}
{% for linter in multi -%} - {{linter.name }}{% if linter.discussion.is_some() %} :information_source:{% endif %}{% if linter.deprecated.is_some() %} :warning:{% endif %}{% if linter.license == “proprietary” %} :copyright:{% endif %} - {{ linter.description }} {% endfor %}
{% for (tag, others) in others %}
{% for other in others -%} - {{ other.name }}{% if other.discussion.is_some() %} :information_source:{% endif %}{% if other.deprecated.is_some() %} :warning:{% endif %}{% if other.license == “proprietary” %} :copyright:{% endif %} - {{ other.description }} {% endfor %}
{%- endfor %}
To the extent possible under law, Matthias Endler has waived all copyright and related or neighboring rights to this work. The underlying source code used to format and display that content is licensed under the MIT license.
Title image Designed by Freepik.