-
Updated
May 16, 2022 - Haskell
linter
Here are 1,749 public repositories matching this topic...
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 15, 2022 - Swift
-
Updated
May 16, 2022 - Python
-
Updated
May 15, 2022 - Vim script
GoKart support
Your feature request related to a problem? Please describe.
GoKart is a new stand-alone security-focused static analysis tool.
Describe the solution you'd like.
Add support for GoKart. It uses go/analysis.
Describe alternatives you've considered.
Run GoKart separately to golangci-lint.
Additional context.
_No respo
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
May 15, 2022 - Rust
What steps are needed to reproduce the bug?
.demo{
position: absolute;
right: .0rem;
top: -.52rem;
}
What Stylelint configuration is needed to reproduce the bug?
const config = {
extends: ['stylelint-config-standard'],
plugins: ['stylelint-scss'],
rules: {}
};
module.exports = config;
How did you run Stylelint?
stylelint --fix
Which version of Stylelint
-
Updated
May 15, 2022 - Python
Describe the bug
git diff-tree used by linter on push checks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.
There are now 2 different git commands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105). git diff-tree is u
-
Updated
May 11, 2022 - Haskell
-
Updated
May 14, 2022 - JavaScript
-
Updated
Mar 25, 2021 - TypeScript
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 16, 2022 - Python
-
Updated
May 16, 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:
:
""" ... """
if (left is None) != (right is None):
raise ValueError('Either both left= and right= need to be provided or none should.')It is very easy to make the mistake of writing the check as:
def foo(*, left=None, right=None):
""" ... """
if left is NoAffects PMD Version:
6.45.0
Description:
UseCollectionIsEmptyRule fails with NPE if:
- object under test is declared as re
-
Updated
Mar 7, 2019 - Go
Improve this page
Add a description, image, and links to the linter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linter topic, visit your repo's landing page and select "manage topics."

There are some annoying warnings when building the documentation site: