-
Updated
Dec 8, 2020 - JavaScript
linter
Here are 1,419 public repositories matching this topic...
-
Updated
Dec 13, 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
To load dependencies withing a gem/app, require_relative
should always be preferred to require
We should check for any instance of (send nil? require `{:__dir__ :__FILE__})
and raise an offense.
I can't event think of a single instance where require
should be called with an interpolated string tbh
-
Updated
Dec 11, 2020 - Vim script
-
Updated
Dec 13, 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
Dec 13, 2020 - Rust
-
Updated
Dec 11, 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.
https://github.com/bridgecrewio/checkov is a tool to check infrastructure-as-code descriptors. It scans cloud infrastructure provisioned using Terraform, Cloudformation, Kubernetes, Serverless or ARM Templates and detects security and compliance misconfigurations.
Describe the solution you'd like
Support checkov
.
**
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Dec 7, 2020 - Python
-
Updated
Dec 1, 2020 - Haskell
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Elixir
-
Updated
Dec 13, 2020 - Python
-
Updated
Dec 8, 2020 - Go
-
Updated
Mar 7, 2019 - Go
-
Updated
Dec 13, 2020 - Kotlin
Affects PMD Version: 6.30.0-SNAPSHOT
Rule:UseTryWithResources
Description:
Code Sample demonstrating the issue:
https://chunk.io/pmd/fc7db65b2c6a46eca4c9a0c3012482e2/diff/checkstyle/index.html#A360
import j
-
Updated
Dec 13, 2020 - Python
-
Updated
Dec 10, 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."