ShellCheck, a static analysis tool for shell scripts
-
Updated
Oct 14, 2021 - Haskell
{{ message }}
ShellCheck, a static analysis tool for shell scripts
A tool to enforce Swift style and conventions.
~/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.
Optional static typing for Python 3 and 2 (PEP 484)
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
Clearly describe the bug
There are false positives for unknown unite when you use tx or qx
Which rule, if any, is the bug related to?
unit-no-unknown
What code is needed to reproduce the bug?
e.g.
// Font Sizes
$font-sizes: (
2x: $font-size-base * 2,
2qx: $font-size-base * 2.25,
GoKart is a new stand-alone security-focused static analysis tool.
Add support for GoKart. It uses go/analysis.
Run GoKart separately to golangci-lint.
_No respo
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
A framework for managing and maintaining multi-language pre-commit hooks.
Dockerfile linter, validate inline bash, written in Haskell
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.
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
goA Python utility / library to sort imports.
Staticcheck - The advanced Go linter
A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
Catch insensitive, inconsiderate writing
Static code analysis for Kotlin
It's not just a linter that annoys you!
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
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:
DEPRECATED: Use https://github.com/golangci/golangci-lint
Add a description, image, and links to the linter topic page so that developers can more easily learn about it.
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