-
Updated
Nov 27, 2020 - JavaScript
linter
Here are 1,412 public repositories matching this topic...
-
Updated
Nov 14, 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 27, 2020 - Vim script
-
Updated
Nov 28, 2020 - Python
Clearly describe the bug
::-moz-focus-inner
is treated as a pseudo-class, not a pseudo-element, and so can cause false positives in no-descending-specificity
.
Which rule, if any, is the bug related to?
no-descending-specificity
What code is needed to reproduce the bug?
a::-moz-focus-inner {}
a
-
Updated
Nov 27, 2020 - Rust
-
Updated
Nov 24, 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 22, 2020 - JavaScript
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 27, 2020 - Haskell
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Elixir
-
Updated
Mar 7, 2019 - Go
-
Updated
Nov 28, 2020 - Go
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 26, 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 28, 2020 - Python
-
Updated
Nov 23, 2020 - TypeScript
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
-
Updated
Oct 27, 2018 - Go
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."