-
Updated
May 21, 2022 - Haskell
static-analysis
Here are 1,388 public repositories matching this topic...
-
Updated
May 17, 2022 - Swift
-
Updated
May 25, 2022 - OCaml
-
Updated
Apr 28, 2022 - Java
-
Updated
May 23, 2022 - JavaScript
-
Updated
May 21, 2022 - PHP
-
Updated
May 25, 2022 - Nunjucks
-
Updated
May 24, 2022 - Rust
-
Updated
May 23, 2022 - PHP
-
Updated
May 13, 2022 - Python
-
Updated
May 24, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Apr 24, 2022 - CMake
-
Updated
May 25, 2022 - Java
-
Updated
May 11, 2022 - Haskell
-
Updated
May 24, 2022 - Ruby
-
Updated
May 24, 2022 - Go
-
Updated
May 25, 2022 - OCaml
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 6, 2022 - PHP
-
Updated
May 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 🐶 ...'
goUnsure 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 19, 2022 - Go
-
Updated
May 25, 2022 - Go
Expected Behavior
Website renders HTML.
Observed Behavior
Steps to Reproduce
https://detekt.dev/docs/gettingstarted/type-resolution/#is-my-rule-using-type-resolution
Context
https://github.com/detekt/detekt/blob/7cb5d9603bf4bf1f263dc393764178ef8d1df8cf/website/doc
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."


The command does with an error exit status, but I would expect it to print an error.