Docs Index
Static code analysis
Last updated on • Available in French
Screen currently uses the following static analysis tools to find readability issues in candidate code:
Language | Tool name | Download URL |
C/C++ | Cppcheck | http://cppcheck.sourceforge.net/ |
C# | Gendarme | https://github.com/JAD-SVK/Gendarme |
Go | Vet | https://golang.org/cmd/vet/ |
Java | PMD | https://pmd.github.io/ |
Javascript | JSHint | https://jshint.com/ |
PHP | PHP_CodeSniffer | https://github.com/squizlabs/PHP_CodeSniffer |
Python | Pylint | https://www.pylint.org/ |
Swift | SwiftLint | https://github.com/realm/SwiftLint |