-
Updated
Oct 3, 2020 - JavaScript
linter
Here are 1,376 public repositories matching this topic...
-
Updated
Oct 2, 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.
Gemspec/RequiredRubyVersion enforces that gemspec.required_ruby_version is set and then complains that it differs from TargetRubyVersion in .rubocop.yml even if it is not specified in .rubocop.yml.
Having to specify TargetRubyVersion in .rubocop.yml in addition to gemspec.required_ruby_version duplicates the information.
-
Updated
Oct 4, 2020 - Vim script
-
Updated
Oct 6, 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 5, 2020 - Rust
-
Updated
Sep 19, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Hi Team,
Are you planning to release golangci/golangci-lint image for arm64?
Describe the solution you'd like
I am checking on adding arm64 support in Travis-CI for kube-router package, but I was facing issue in pulling golangci-lint image for arm64 as it is not available in the docker hub. I have observed that golangci-lin
-
Updated
Oct 1, 2020 - TypeScript
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
Sep 12, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 5, 2020 - Haskell
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 5, 2020 - Elixir
-
Updated
Mar 7, 2019 - Go
-
Updated
Sep 17, 2020 - Go
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 4, 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
Oct 5, 2020 - Python
-
Updated
Oct 5, 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."