-
Updated
Aug 29, 2020 - JavaScript
linter
Here are 1,349 public repositories matching this topic...
-
Updated
Aug 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.
━━━━━━━━━━━━━━━━━━━━━━━━━
I think Style/IfUnlessModifier doesn't correctly handle the case when there is a first-line comment (right after the if keyword) AND some code right after the end keyword. If you correct this code with rubocop -a it would put the comment right after the end keyword, before the code that was there previously. This basically makes the code invalid after correction.
This probably can be
-
Updated
Aug 29, 2020 - Vim script
-
Updated
Aug 29, 2020 - Python
Clearly describe the bug
currentcolor (all lowercase) should be acceptable casing. CSS Color Module Level 4 defines it like that. Info from above link:
Multi-word keywords in CSS usually separate their component words with hyphens. currentcolor doesn’t, because it was originally introduced in SVG as a special attribute value spel
-
Updated
Aug 28, 2020 - Rust
-
Updated
Aug 25, 2020 - JavaScript
Hello!
We saw you are using nancy, and we are humbled! I thought I'd reach out and let you know that we will have a 1.0.0 release coming soon, and usage is going to change slightly. To avoid disruption to your project, rather than using latest on your Docker image tag, I'd suggest using v0.3 or v0 for now, and then moving back to latest once you've had some time to digest the changes.
-
Updated
Aug 26, 2020 - TypeScript
Fix GO linting
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 16, 2020 - Haskell
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Mar 7, 2019 - Go
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Aug 25, 2020 - Go
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 29, 2020 - Kotlin
Affects PMD Version: 6.26.0
Description:
When an enum switch is exhaustive, there is no reason it should have the default case.
I added this custom rule to prevent that occurence:
<rule name="Exhaustive-
Updated
Aug 23, 2020 - Python
-
Updated
Aug 25, 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."