Skip to content
#

linter

Here are 1,419 public repositories matching this topic...

tools
jer3m01
jer3m01 commented Aug 10, 2020

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
marcandre
marcandre commented Sep 19, 2020

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

stylelint
golangci-lint
howardjohn
howardjohn commented Nov 3, 2020

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
)
ferrarimarco
ferrarimarco commented Sep 8, 2020

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.

**

Improve this page

Add a description, image, and links to the linter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.