-
Updated
Dec 8, 2020 - JavaScript
linter
Here are 1,421 public repositories matching this topic...
-
Updated
Dec 18, 2020 - Haskell
Formatter is removing type declarations before tagged templates
const users = await sql<User>`SELECT * FROM ... ` becomes
const users = await sql`SELECT * FROM ...` When the linter/formatter runs
☂️ Missing Tests
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 18, 2020 - Vim script
-
Updated
Dec 19, 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 14, 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 18, 2020 - Python
-
Updated
Dec 1, 2020 - Haskell
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 19, 2020 - Elixir
-
Updated
Dec 20, 2020 - Python
-
Updated
Dec 15, 2020 - Go
-
Updated
Mar 7, 2019 - Go
-
Updated
Dec 20, 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 14, 2020 - Python
Would be good to automatically add a .gitignore to the output dir when creating it, e.g. with contents
# Automatically created by pytype
*This way people wouldn't need to manually add it to their upper level gitignores. Many tools already do this for their similar dirs, mypy and pytest to name a couple.
-
Updated
Dec 14, 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
Dec 18, 2020 - 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."