-
Updated
Feb 16, 2022 - Haskell
static-analysis
Here are 1,366 public repositories matching this topic...
-
Updated
Apr 17, 2022 - Swift
-
Updated
Apr 14, 2022 - OCaml
-
Updated
Apr 17, 2022 - Java
-
Updated
Apr 17, 2022 - PHP
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 17, 2022 - Nunjucks
-
Updated
Apr 16, 2022 - Rust
-
Updated
Apr 10, 2022 - PHP
-
Updated
Apr 16, 2022 - Python
-
Updated
Apr 13, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Jan 8, 2022 - CMake
-
Updated
Apr 17, 2022 - Java
-
Updated
Apr 11, 2022 - Haskell
-
Updated
Apr 11, 2022 - Ruby
-
Updated
Apr 11, 2022 - Go
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 16, 2022 - OCaml
-
Updated
Apr 6, 2022 - PHP
-
Updated
Apr 13, 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 🐶 ...'
goHello I've come across an issue while constructing an array with timestamps used as keys, psalm is reporting false|int can't be used as array key while getTimestamp always returns an int.
-
Updated
Apr 16, 2022 - Go
Expected Behavior
When an exception is thrown while running a Rule we should provide information about the file and the Rule.
Current Behavior
We only provide information about the file.
Context
We had some issues lately where the users report exceptions on a Rule but we need to ask for the full stacktrace to know what's going on (an example: #4612). And the issue is also "de
-
Updated
Apr 14, 2022 - Go
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
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: