-
Updated
Feb 4, 2022 - Haskell
static-analysis
Here are 1,334 public repositories matching this topic...
-
Updated
Feb 7, 2022 - Swift
-
Updated
Feb 4, 2022 - OCaml
-
Updated
Feb 3, 2022 - Java
-
Updated
Feb 7, 2022 - PHP
-
Updated
Feb 7, 2022 - Nunjucks
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Feb 6, 2022 - Rust
-
Updated
Feb 6, 2022 - PHP
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 4, 2022 - Go
-
Updated
Feb 3, 2022
-
Updated
Jan 8, 2022 - CMake
-
Updated
Feb 7, 2022 - Java
-
Updated
Feb 5, 2022 - Haskell
-
Updated
Jan 30, 2022 - Ruby
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Feb 7, 2022 - Go
-
Updated
Feb 5, 2022 - OCaml
-
Updated
Feb 5, 2022 - PHP
-
Updated
Jan 19, 2022 - 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.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
goSummary
I use the VSCode extension for running Psalm inside the editor. When opening a PHP Symfony project, Psalm crashes immediately multiple times and shuts down.
The error is as follows:
[INFO] Starting language server
[INFO] Psalm Version was detected as 4.19.0
[ERROR] Uncaught Error: Class "DOMDocument" not found in /path/to/project/vendor/vimeo/psalm/src/Psalm/Config.php:707
-
Updated
Feb 4, 2022 - Go
Expected Behavior
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.getOrPu-
Updated
Feb 6, 2022 - Elixir
Improve this page
Add a description, image, and links to the static-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-analysis topic, visit your repo's landing page and select "manage topics."

Describe the bug
Update on Homebrew-core job is failing during release https://github.com/returntocorp/semgrep/runs/4889454978?check_suite_focus=true
This is because https://github.com/returntocorp/semgrep/blob/develop/.github/workflows/release.yml#L320 has hardcoded the version of python that is running and github action is no longer running 3.9.9 but is running 3.9.10
We should dynami