-
As per original suggestion by @beldmit (https://github.com/open-quantum-safe/liboqs/pull/1784#issuecomment-2097810424).
-
I thought it might be handy to have a linter that checks for the pattern `fun(x, y, ...)` where `x` and `y` are unnamed arguments and are matched to `fun()` based on their position. This is risky to c…
-
## Description
The Vale Linter (natural language linter) implements spell check and other basic rules.
_https://github.com/errata-ai/vale
**Proposed Changes:**
1.Integrate a natural language…
-
### Description
As per our conversation on slack we should try https://github.com/nishanths/exhaustive to check if switch statements cover all cases.
-
Thanks a lot for the linter, I really liked the multiple-dependency-versions rule. I haven't seen anything like it anywhere else.
### Reproduction
https://stackblitz.com/edit/sherif-peer-dev-dep…
-
At Mattermost, we are committed to maintaining a high standard of code quality, reliability, and security. To further enhance this, we are launching a community campaign to integrate the [`errcheck`](…
-
Try to improve the performance of linters and tests by running them in parallel (using `&` instead of `&&`) or check if caching can be more aggressive.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using the latest Super-linter version available?
- [X] I am using the latest Super-linter version.
- […
-
[`verbose-decimal-constructor` (FURB157)](https://docs.astral.sh/ruff/rules/verbose-decimal-constructor/) has false negatives in Ruff 0.8.0 for some non-finite float strings. It recognizes the followi…
-
### Welcome
- [X] Yes, I'm using a binary release within 2 latest [releases](https://github.com/golangci/golangci-lint/releases). Only such installations are supported.
- [X] Yes, I've searched si…