-
Updated
May 21, 2022 - Haskell
static-analysis
Here are 1,401 public repositories matching this topic...
-
Updated
Jun 4, 2022 - Swift
-
Updated
Jun 13, 2022 - OCaml
-
Updated
Jun 3, 2022 - Java
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jun 13, 2022 - Nunjucks
-
Updated
Jun 12, 2022 - Rust
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 10, 2022 - Go
-
Updated
Feb 14, 2022
-
Updated
Apr 24, 2022 - CMake
-
Updated
Jun 13, 2022 - Java
-
Updated
Jun 13, 2022 - Haskell
-
Updated
Jun 8, 2022 - Ruby
-
Updated
Jun 13, 2022 - Go
-
Updated
Jun 13, 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 🐶 ...'
go
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 13, 2022 - Go
Context
BooleanPropertyNaming considers naming of properties, while technically these const val
s 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
/**
* Us
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