-
Updated
May 21, 2022 - Haskell
static-analysis
Here are 1,401 public repositories matching this topic...
-
Updated
Jun 15, 2022 - OCaml
-
Updated
Jun 3, 2022 - Java
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jun 15, 2022 - Nunjucks
-
Updated
Jun 14, 2022 - Rust
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jun 15, 2022 - Python
-
Updated
Jun 10, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Apr 24, 2022 - CMake
-
Updated
Jun 15, 2022 - Java
-
Updated
Jun 15, 2022 - Haskell
Describe the bug
A clear and concise description of what the bug is.
Metavariables do not work for object reference in Scala
To Reproduce
Steps to reproduce the behavior, ideally a link to https://semgrep.dev:
The link is attached https://semgrep.dev/s/zojz
Expected behavior
A clear and concise description of what you expected to happen.
Based on the link, there should be t
-
Updated
Jun 8, 2022 - Ruby
-
Updated
Jun 13, 2022 - Go
-
Updated
Jun 15, 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
Oh, I thought I already added negative-int but I guess not. It should be easy to do if someone wants to add that
Originally posted by @orklah in vimeo/psalm#8060 (comment)
Should be trivial to add in Atomic::create (see how positive-int is handled there).
We'll probably want
- non-negative-int
- negative-int
- non-positive-int
just
-
Updated
Jun 11, 2022 - Go
-
Updated
Jun 15, 2022 - Go
Context
BooleanPropertyNaming considers naming of properties, while technically these const vals are properties, they also have a different naming convention and I have a feeling they rarely start with IS_ prefix.
Expected Behavior of the rule
I propose to exclude const from this check fully.
object WidgetPreferences { // Detekt: or a companion object
/**
* UsImprove 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."

New Issue Checklist
Describe the bug
The use of prefer_zero_over_explicit_init doesn't cover UIEdgeInsets.zero case.
For example we have next code