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 🐶 ...'
goarray_column([['a' => 1], ['a' => 2]], null, 'a') should infer a return type of array<int, array{a: int}>.
Staticcheck - The advanced Go linter
assignedExpression violates CanBeNonNullable.
private fun visitAssignment(assignedExpression: KtExpression?) {
if (assignedExpression == null) return
val name = if (assignedExpression is KtQualifiedExpression) {
assignedExpression.selectorExpression
} else {
assignedExpression
}?.text ?: return
assignments.getOrPuA static code analysis tool for the Elixir language with a focus on code consistency and teaching.
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."
Is your feature request related to a problem? Please describe.
When I'm writing a rule, I want to know what values I can put in the
languageskey.For example, for Terraform, should I put
terraform,hcl, other? Is itcsharp,c#, other?We've already have some drift in the registry where for one "language" we have a number of different keys across many rules. We should instea