-
Updated
Jan 23, 2022 - Haskell
static-analysis
Here are 1,324 public repositories matching this topic...
-
Updated
Jan 26, 2022 - Swift
-
Updated
Jan 26, 2022 - OCaml
-
Updated
Jan 22, 2022 - Java
-
Updated
Jan 26, 2022 - PHP
-
Updated
Jan 25, 2022 - Nunjucks
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Jan 26, 2022 - Rust
-
Updated
Jan 25, 2022 - PHP
-
Updated
Jan 26, 2022 - Python
-
Updated
Jan 26, 2022 - Go
-
Updated
Jan 13, 2022
-
Updated
Jan 8, 2022 - CMake
-
Updated
Jan 26, 2022 - Java
-
Updated
Jan 24, 2022 - Haskell
-
Updated
Jan 21, 2022 - Ruby
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Jan 26, 2022 - Go
-
Updated
Jan 26, 2022 - OCaml
-
Updated
Jan 22, 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 🐶 ...'
goReflectionProperty::setValue() and ReflectionProperty::getValue() are polymorphic. If you work on a static property you can omit the first parameter which is the object on which you want to access the property.
The following code is valid imho:
class MyReflectionProperty extends ReflectionProperty
{
public function getValue(?object $object = null): mixed
{
ret-
Updated
Jan 26, 2022 - Go
Expected Behavior of the rule
This rule has gone way beyond reporting unused member, and covers properties, parameters, and member functions.
I would suggest a split at least for parameters vs (properties + functions).
Context
This is triggered by reviewing #3417
-
Updated
Jan 25, 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