ShellCheck, a static analysis tool for shell scripts
-
Updated
Feb 16, 2022 - Haskell
{{ message }}
ShellCheck, a static analysis tool for shell scripts
A tool to enforce Swift style and conventions.
A static analyzer for Java, C, C++, and Objective-C
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
A tool to automatically fix PHP Coding Standards issues
PHP Static Analysis Tool - discover bugs in your code without running it!
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
Vulnerability Static Analysis for Containers
Defund the Police.
Useful CMake Examples
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
Dockerfile linter, validate inline bash, written in Haskell
A static analysis security vulnerability scanner for Ruby on Rails applications
Golang security checker
Performant type-checking for python.
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Awesome autocompletion, static analysis and refactoring library for python
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
goper phpstan/phpstan-src#914 (comment) file is optional
Originally posted by @staabm in vimeo/psalm#7798 (comment)
@staabm staabm 4 days ago
and class can be narrowed to class-string.
let me steal this more precise t
Staticcheck - The advanced Go linter
The rule description should have links in it's descriptions to give some "bibliography". Those links should be clickable in the documentation.
ObjectLiteralToLambda Right now they are not.
Security scanner for your Terraform code
Add a description, image, and links to the static-analysis topic page so that developers can more easily learn about it.
To associate your repository with the static-analysis topic, visit your repo's landing page and select "manage topics."
Describe the bug
Patterns for Go multiple return values match more strictly than the argument list, which is confusing.
To Reproduce
Try to match any Go function that has
errorin the return type list. All six of these functions should match: