-
Updated
Nov 10, 2020 - JavaScript
linter
Here are 1,409 public repositories matching this topic...
-
Updated
Oct 24, 2020 - Haskell
☂️ Missing Tests
List of all missing tests that need to be done.
- ast-utils/removeLoc.ts
- codec-js-regexp/index.ts
- codec-source-map/ArraySet.ts @nt591
- codec-source-map/base64.ts
- codec-source-map/MappingList.ts
- codec-source-map/SourceMapConsumer.ts
- codec-source-map/SourceMapConsumerCollection.ts
- codec-source-map/SourceMapGenerator.ts
- js-ast-utils/ass
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 10, 2020 - Vim script
-
Updated
Nov 9, 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-notation
color-function-notation
hue-degree-notation
What code is needed to
-
Updated
Nov 8, 2020 - Rust
-
Updated
Nov 4, 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 8, 2020 - JavaScript
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 6, 2020 - Haskell
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Nov 8, 2020 - Elixir
-
Updated
Mar 7, 2019 - Go
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 9, 2020 - Go
-
Updated
Nov 10, 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 9, 2020 - Python
-
Updated
Nov 9, 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."