-
Updated
Feb 16, 2022 - Haskell
static-analysis
Here are 1,359 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Swift
-
Updated
Apr 4, 2022 - OCaml
-
Updated
Apr 2, 2022 - Java
-
Updated
Apr 1, 2022 - PHP
-
Updated
Apr 4, 2022 - Nunjucks
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Apr 4, 2022 - Rust
-
Updated
Apr 1, 2022 - PHP
-
Updated
Mar 31, 2022 - Python
-
Updated
Mar 28, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Jan 8, 2022 - CMake
-
Updated
Apr 4, 2022 - Java
-
Updated
Apr 1, 2022 - Haskell
-
Updated
Apr 1, 2022 - Ruby
-
Updated
Mar 28, 2022 - Go
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 1, 2022 - OCaml
-
Updated
Feb 24, 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 🐶 ...'
go
per 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
-
Updated
Apr 4, 2022 - Go
Expected Behavior
The rule description should have links in it's descriptions to give some "bibliography". Those links should be clickable in the documentation.
Observed Behavior
ObjectLiteralToLambda Right now they are not.
-
Updated
Apr 2, 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
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
error
in the return type list. All six of these functions should match: