-
Updated
Sep 6, 2020 - JavaScript
linter
Here are 1,354 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
Interpolated string literals will no longer be frozen in Ruby 3.0: https://bugs.ruby-lang.org/issues/17104#note-16
The cop Style/RedundantFreeze will need to exclude those.
-
Updated
Sep 11, 2020 - Vim script
-
Updated
Sep 11, 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 11, 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
Sep 12, 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 11, 2020 - Python
-
Updated
Sep 11, 2020 - Kotlin
Affects PMD Version:
6.17
Rule:
All rulesets.
Description:
PMD output does not inform the user as to the number of rules contravened while running the tool. The user has to look at the output file.
Code Sample demonstrating the issue:
Sep 01, 2019 9:42:45 AM net.sourceforge.pmd.cache.FileAnalysisCache loadFromFile
INFO: Analysis cache loaded
Sep 01, 2019 9:
-
Updated
Sep 10, 2020 - Python
-
Updated
Sep 11, 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."