-
Updated
Oct 22, 2021 - Haskell
linter
Here are 1,607 public repositories matching this topic...
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Oct 21, 2021 - Swift
-
Updated
Oct 24, 2021 - Python
~/code/rubocop$ grep -iro "autocorrect" . | wc -l
1971
~/code/rubocop$ grep -iro "auto-correct" . | wc -l
1551Both autocorrect and auto-correct are 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.
-
Updated
Oct 24, 2021 - Vim script
-
Updated
Oct 23, 2021 - JavaScript
What is the problem you're trying to solve?
An improved experience for Stylelint users when creating Stylelint bug reports
What solution would you like to see?
Switch to use YAML for the GitHub issue templates
-
Updated
Oct 21, 2021 - Rust
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
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
Oct 23, 2021 - Python
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Oct 23, 2021 - Haskell
-
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
Oct 17, 2021 - Python
-
Updated
Oct 23, 2021 - Go
-
Updated
Oct 17, 2021 - Elixir
-
Updated
Oct 21, 2021 - JavaScript
-
Updated
Oct 24, 2021 - Kotlin
-
Updated
Oct 19, 2021 - TypeScript
-
Updated
Oct 24, 2021 - Python
Describe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce
- Navigate to https://bandit
Affects PMD Version: 6.30.0-SNAPSHOT
Rule: UselessOverridingMethod
Description:
Note: There seems to be a difference when having the class in the auxclasspath or not (typeresolution).
Code Sample demonstrating the issue:
-
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."

What rule do you want to change?
max-lines-per-function
What change to do you want to make?
Generate fewer warnings
How do you think the change should be implemented?
A new default behavior
Example code
Wha