-
Updated
Feb 16, 2022 - Haskell
linter
Here are 1,720 public repositories matching this topic...
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 6, 2022 - Swift
-
Updated
Apr 6, 2022 - Vim script
-
Updated
Mar 30, 2022 - JavaScript
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 7, 2022 - Rust
What steps are needed to reproduce the bug?
test.scss
$frames: ("one", "two", "three");
@each $name in $frames {
@keyframes frame-#{$name} {
/* CSS ... */
}
}$ npx stylelint test.scss
test.scss
4:14 ✖ Expected keyframe name to be kebab-case keyframes-name-pattern
The name is kebab case, but due to the string interpolation, the line is f
-
Updated
Apr 7, 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
Apr 7, 2022 - Haskell
-
Updated
Apr 8, 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
Mar 12, 2022 - Python
-
Updated
Apr 5, 2022 - Go
Expected Behavior
The rule description should have links in it's descriptions to give some "bibliography". Those links should be clickable in the documentation.
Observed Behavior
ObjectLiteralToLambda Right now they are not.
-
Updated
Apr 7, 2022 - Go
-
Updated
Apr 4, 2022 - Elixir
-
Updated
Oct 21, 2021 - JavaScript
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- create
.banditfile with content:
[bandit]
tests: B101,B102,B301
- run
bandit -c .bandit -r module/ - get error:
[main] ERROR .bandit : Error parsing file.
Expected behavior
working as described in readme
Bandit version
ba
W0402 (deprecated-module) error message says "Uses of a deprecated module 'optparse'".
I think it should say "Use of a deprecated module 'optparse'" instead of "Uses". Either "Use", or "Usage". "Uses" seems grammatically incorrect to me. What do you think?
-
Updated
Apr 5, 2022 - TypeScript
Affects PMD Version:
6.17
Rule:
All rulesets.
Description:
PMD output does not inform the user as to the number of rules contravened while running the tool. The user has to look at the output file.
Code Sample demonstrating the issue:
Sep 01, 2019 9:42:45 AM net.sourceforge.pmd.cache.FileAnalysisCache loadFromFile
INFO: Analysis cache loaded
Sep 01, 2019 9:
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."

Both
autocorrectandauto-correctare used frequently in RuboCop. Should we be consistent? If so, which one?Any change should only affect comments and other string content, not method names.