-
Updated
Dec 14, 2021 - Haskell
static-analysis
Here are 1,301 public repositories matching this topic...
-
Updated
Dec 21, 2021 - Swift
-
Updated
Dec 20, 2021 - OCaml
-
Updated
Dec 19, 2021 - Java
-
Updated
Dec 20, 2021 - PHP
-
Updated
Dec 21, 2021 - Nunjucks
-
Updated
Dec 18, 2021 - Python
-
Updated
Dec 20, 2021 - Rust
-
Updated
Dec 21, 2021 - PHP
-
Updated
Dec 20, 2021 - Go
-
Updated
Dec 21, 2021 - Shell
-
Updated
Oct 18, 2021
-
Updated
Nov 7, 2021 - CMake
-
Updated
Dec 21, 2021 - Java
-
Updated
Dec 20, 2021 - Haskell
-
Updated
Dec 16, 2021 - Ruby
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Dec 21, 2021 - OCaml
-
Updated
Dec 20, 2021 - Go
-
Updated
Dec 21, 2021 - PHP
-
Updated
Dec 13, 2021 - 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
This is possibly a little more complicated than I thought because max() accepts & processes a lot more than numerics o_O
I've got an issue whereby I'm treating max() as max(T, ...T): T, with what I would be hoping would be detected for T as int.
-
Updated
Dec 1, 2021 - Go
Expected Behavior
When detekt reports that a call or an import is forbidden it tell my why it is forbidden.
Current Behavior
Right now detekt just say that it is forbidden so we a new person in the project doesn't know what to do.
Context
Some coworkers ask me some times "Why is this forbidden?" And I need to explain them. That never bother me but after reading this in: https:/
-
Updated
Dec 7, 2021 - 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
If I run semgrep with a ruleset, part of the output is colored "black" (for some value of black), which happens to be the same color as my terminal background (SolarizedDark color scheme).
To Reproduce
Steps to reproduce the behavior, ideally a link to https://semgrep.dev:
Install a Solarized Dark color scheme in your terminal and run
semgrep -f xyz.yaml
**Expe