Skip to content
#

linter

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

tools
bradydowling
bradydowling commented Aug 12, 2020

When I ran rome check I got the following output:


 node_modules/deep-freeze/package.json:50:14 parse/spdxLicense ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  ✖ Unknown license public

  ℹ The SPDX registry is used to ensure valid and legal licenses. See https://spdx.org/licenses/ for more information.

━━━━━━━━━━━━━━━━━━━━━━━━━
ybiquitous
ybiquitous commented Oct 23, 2020

Is your feature request related to a problem? Please describe.

The methods that Lint/Debugger cop supports are hard-coded now.

https://github.com/rubocop-hq/rubocop/blob/c0ba0398bee24be84cead06f9a55792557d91f5f/lib/rubocop/cop/lint/debugger.rb#L38-L41

This is not useful because users cannot configure methods they want.

Describe the solution you'd like

Like `Lint/RedundantSaf

stylelint
golangci-lint
ahfuzhang
ahfuzhang commented Oct 16, 2020

when I use:
golangci-lint.exe run d:\source\github.com\ahfuzhang\go_xxx_server\src\cgi
it's ok

when I use:
golangci-lint.exe run D:\source\github.com\ahfuzhang\go_xxx_server\src\cgi
the error is:

level=error msg="[linters context] typechecking error: go: directory . outside available modules"
level=warning msg="[runner] Can't run linter goanalysis_metalinter: S1011: failed prerequi

IlanCosman
IlanCosman commented Sep 9, 2020

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

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.