-
Updated
Oct 31, 2020 - JavaScript
linter
Here are 1,405 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
Expected Behavior
When Rubocop encounters '"' + "foo" + '"' it should be autocorrected to '"foo"'
Actual Behavior
When Rubocop 1.1.0 encounters '"' + "foo" + '"' it currently autocorrects to ""foo"" thus leading to a syntax error:
test.rb:3:3: C: [Corrected] Style/StringConcatenation: Prefer string interpolation to string concatenation.
p '"' + "foo" + '"'
^^^^^^^
-
Updated
Nov 2, 2020 - Vim script
-
Updated
Nov 2, 2020 - Python
Clearly describe the bug
The *-notation rules added in 13.5.0 don't report values assigned to SCSS variables. They work fine when assigned to a CSS property directly.
Which rule, if any, is the bug related to?
alpha-value-notationcolor-function-notationhue-degree-notation
What code is needed to
-
Updated
Oct 31, 2020 - Rust
-
Updated
Oct 31, 2020 - JavaScript
Config:
linters:
disable-all: true
enable:
- goimports
- gci
fast: false
linters-settings:
goimports:
local-prefixes: istio.io/Input:
package main
import (
"fmt"
"istio.io/istio/pkg/test/framework/resource"
"os"
"istio.io/istio/pkg/test/framework/resource"
)
var (
_ = resource.Cluster
_ = fmt.Println
_ = os.Stdout
)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
Nov 2, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 28, 2020 - Haskell
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 2, 2020 - Elixir
-
Updated
Mar 7, 2019 - Go
-
Updated
Nov 1, 2020 - Python
-
Updated
Nov 2, 2020 - Go
-
Updated
Nov 2, 2020 - Kotlin
Affects PMD Version: 6.30.0-SNAPSHOT
Rule: JUnitAssertionsShouldIncludeMessage
Description:
Code Sample demonstrating the issue:
https://chunk.io/pmd/fc7db65b2c6a46eca4c9a0c3012482e2/diff/spring-framewo
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 2, 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."