-
Updated
May 21, 2022 - Haskell
static-analysis
Here are 1,392 public repositories matching this topic...
-
Updated
May 26, 2022 - Swift
-
Updated
Jun 1, 2022 - OCaml
-
Updated
May 28, 2022 - Java
-
Updated
May 30, 2022 - JavaScript
-
Updated
May 31, 2022 - PHP
-
Updated
Jun 1, 2022 - Nunjucks
-
Updated
Jun 1, 2022 - Rust
-
Updated
May 31, 2022 - PHP
-
Updated
May 13, 2022 - Python
-
Updated
May 27, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Apr 24, 2022 - CMake
-
Updated
Jun 1, 2022 - Java
-
Updated
May 28, 2022 - Haskell
-
Updated
May 24, 2022 - Ruby
-
Updated
Jun 1, 2022 - Go
-
Updated
Jun 1, 2022 - OCaml
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 6, 2022 - PHP
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-
Updated
May 13, 2022 - Python
Unsure if this is by design or a bug. If it is by design, it needs a better description - maybe something mentioning that the property is not necessary.
class Foo
{
private string $str;
public function __construct(string $str)
{
$this->str = $str;
print_r($this->str);
}
}
$foo = new Foo('asdf');
error_log(gettype($foo));-
Updated
May 31, 2022 - Go
-
Updated
Jun 1, 2022 - Go
Expected Behavior
Successfully analysed of test class with @Parameterized.Parameters with large function returning list of arrays of around 27 items
Observed Behavior
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
When using Semgrep in CI, the warning that Semgrep collects metrics is always visible. Even if the metrics are explicitely turned off and a local config file is used, the warning always pollutes the output.
Screenshots

**What is the priority of the bug to y