-
Updated
Apr 14, 2021 - JavaScript
linter
Here are 1,503 public repositories matching this topic...
-
Updated
Apr 25, 2021 - Haskell
How To
Below is a list of properties missing from our current css prefix implementation.
Use ./scripts compiler-create-prefix [propertyName]. thanks @ematipico!
This will create:
internal/compiler/transforms/compile/css-handler/prefix/prefixes/[propertyName].tsinternal/compiler/transforms/compile/test-fixtures/css-handler/prefix/[propertyName]/input.css- `website/src/docs
feature request
We have a project were many people contribute that don't know ruby well, they often write methods that are global, I'd like to stop them
this also often happens in things like Rakefile or *.rake files
Describe the solution you'd like
class Foo
def not_global <- Good
end
end
def this_is_global <- Bad
endDescribe alternatives you've consi
-
Updated
Apr 23, 2021 - Vim script
-
Updated
Apr 25, 2021 - Python
Clearly describe the bug
Getting selector-class-pattern violations on LESS mixin definitions.
Which rule, if any, is the bug related to?
selector-class-pattern
What code is needed to reproduce the bug?
.my-mixin(@x: 5) {
line-height: @x;
}What stylelint configuration is needed to r
-
Updated
Apr 22, 2021 - Rust
-
Updated
Apr 16, 2021 - 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
)Describe the bug
git diff-tree used by linter on push checks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.
There are now 2 different git commands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105). git diff-tree is u
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 20, 2021 - JavaScript
-
Updated
Apr 23, 2021 - Haskell
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Apr 23, 2021 - Elixir
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 25, 2021 - Go
-
Updated
Apr 25, 2021 - Kotlin
-
Updated
Mar 7, 2019 - Go
Affects PMD Version: 6.30.0-SNAPSHOT
Rule: UselessOverridingMethod
Description:
Note: There seems to be a difference when having the class in the auxclasspath or not (typeresolution).
Code Sample demonstrating the issue:
-
Updated
Apr 25, 2021 - Python
-
Updated
Apr 19, 2021 - TypeScript
e.g.
# map.py
def func(a: int) -> float:
return float(a)
map(func, ['str'])$ pytype map.py
Computing dependencies
Analyzing 1 sources with 0 local dependencies
ninja: Entering directory `/[redacted]/.pytype'
ninja: no work to do.
Success: no errors foundwhile
$ mypy map.py
map.py:5: error: Argument 1 to "map" has incompatible type "Ca-
Updated
Apr 24, 2021 - 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."

