-
Updated
May 6, 2022 - Haskell
static-analysis
Here are 1,385 public repositories matching this topic...
-
Updated
May 10, 2022 - Swift
-
Updated
May 12, 2022 - OCaml
-
Updated
Apr 28, 2022 - Java
-
Updated
May 12, 2022 - JavaScript
-
Updated
May 11, 2022 - PHP
-
Updated
May 12, 2022 - Nunjucks
-
Updated
May 12, 2022 - Rust
-
Updated
Apr 23, 2022 - PHP
-
Updated
May 13, 2022 - Python
-
Updated
May 12, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Apr 24, 2022 - CMake
-
Updated
May 13, 2022 - Java
-
Updated
May 11, 2022 - Haskell
-
Updated
May 1, 2022 - Ruby
-
Updated
May 9, 2022 - Go
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
May 13, 2022 - OCaml
-
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 🐶 ...'
goRelated to
checkForThrowsDocblock option, it would be nice to auto add throws docblock to functions.
Use case:
Better understanding of how the function can fail for the caller, often times it is useful then to refactor the code to not catch the exception at the higher level and re throw it to provide more context
-
Updated
May 11, 2022 - Go
Expected Behavior of the rule
UnnecessaryAbstractClass should have a concise description like other rules
Context
I just updated Detekt 1.19.0 to 1.20.0 and got this failure:
https://github.com/TWiStErRob/net.twisterrob.cinema/security/code-scanning/227
The message is just plain weird to be this long:

Currently if you want to scan a folder for terraform code (for example) it only works with
.tffiles. To support.hclfiles, it requires making a patch upstream to semgrep and waiting for a new release. Could we make this overridable without having to edit code?