-
Updated
Oct 23, 2020 - JavaScript
linter
Here are 1,404 public repositories matching this topic...
-
Updated
Oct 24, 2020 - Haskell
When I ran rome check I got the following output:
node_modules/deep-freeze/package.json:50:14 parse/spdxLicense ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ Unknown license public
ℹ The SPDX registry is used to ensure valid and legal licenses. See https://spdx.org/licenses/ for more information.
━━━━━━━━━━━━━━━━━━━━━━━━━
☂️ Missing Tests
Is your feature request related to a problem? Please describe.
The methods that Lint/Debugger cop supports are hard-coded now.
This is not useful because users cannot configure methods they want.
Describe the solution you'd like
Like `Lint/RedundantSaf
-
Updated
Oct 26, 2020 - Vim script
-
Updated
Oct 27, 2020 - Python
What is the problem you're trying to solve?
I would like me and my colleagues to be able to use edge-of-your-seat new features to CSS. Sometimes features are not known to Stylelint yet and it would be nice if developers wouldn't have to disable linting for a few lines in the meantime.
What solution would you like to see
-
Updated
Oct 27, 2020 - Rust
-
Updated
Oct 26, 2020 - JavaScript
when I use:
golangci-lint.exe run d:\source\github.com\ahfuzhang\go_xxx_server\src\cgi
it's ok
when I use:
golangci-lint.exe run D:\source\github.com\ahfuzhang\go_xxx_server\src\cgi
the error is:
level=error msg="[linters context] typechecking error: go: directory . outside available modules"
level=warning msg="[runner] Can't run linter goanalysis_metalinter: S1011: failed prerequi
Is your feature request related to a problem? Please describe.
Following the guidance of github, many developers are moving to main as their default branch. Saving developers from the very small hindrance of using DEFAULT_BRANCH: main would contribute to smoothing the transition.
Describe the solution you'd like
The default branch should be main. If it does not exist, use `m
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Oct 23, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 27, 2020 - Haskell
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Elixir
-
Updated
Mar 7, 2019 - Go
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 21, 2020 - Go
-
Updated
Oct 27, 2020 - Kotlin
Affects PMD Version: 6.28
Description:
UseCollectionIsEmptyRule fails with NPE if:
- object under test is an enum
- it has a
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Oct 27, 2018 - Go
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
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."