
GitHub - terryyin/lizard: A simple code complexity analyser …
A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages. - terryyin/lizard
This is a collection of static analysis tools and code quality …
Static program analysis is the analysis of computer software that is performed without actually executing programs — Wikipedia This is a collection of static analysis tools and code quality …
GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of ...
⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. - analysis-tools-...
Code complexity analysis tools beyond cyclomatic complexity
While cyclomatic complexity is a worthwhile metric, I tend to find it to be a poor tool for identifying difficult to maintain code. In particular, I tend to find it just highlights certain types of code (e.g. …
GitHub - satishpatnayak/awesome-static-analysis: Static analysis …
Static program analysis is the analysis of computer software that is performed without actually executing programs — Wikipedia This is a collection of static analysis tools and code quality …
GitHub - d2s/awesome-static-analysis: A curated list of static …
A curated list of static analysis (SAST) tools for all programming languages, config files, build tools, and more. - d2s/awesome-static-analysis
GitHub - thoughtbot/complexity: A command line tool to identify …
A command line tool to identify complex code. Contribute to thoughtbot/complexity development by creating an account on GitHub.
Awesome static analysis - GitHub
A curated list of static analysis tools, linters and code quality checkers for various programming languages - digitalist/awesome-static-analysis
GitHub - detekt/detekt: Static code analysis for Kotlin
Meet detekt, a static code analysis tool for the Kotlin programming language. Visit the project website for installation guides, rule descriptions, configuration options and more.
exakat/php-static-analysis-tools - GitHub
Tools to measure the code complexity, line of codes, etc. AST Metrics - A blazing-fast static code analyzer that calculates various metrics to help identify code that needs to be refactored, and …