-
Updated
Sep 6, 2020 - JavaScript
linter
Here are 1,353 public repositories matching this topic...
-
Updated
Sep 9, 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
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
Sep 8, 2020 - Vim script
-
Updated
Sep 9, 2020 - Python
What is the problem you're trying to solve?
The developers on my team use class and id attributes in attribute selectors instead of using id selector or classname selector. This adds complexity and inconsistent coding style.
What solution would you like to see?
To fix the above mentioned problem, having this lintin
-
Updated
Sep 8, 2020 - Rust
-
Updated
Sep 6, 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
Sep 9, 2020 - TypeScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Python
-
Updated
Aug 16, 2020 - Haskell
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Mar 7, 2019 - Go
-
Updated
Aug 30, 2020 - Elixir
-
Updated
Aug 25, 2020 - Go
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 9, 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
Sep 9, 2020 - Python
-
Updated
Sep 7, 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."

