Skip to content
#

linter

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

stylelint
orionrush
orionrush commented Oct 4, 2019

Clearly describe the documentation issue

The CLI Docs instructs users to install stylelint with npm install stylelint --save-dev, and then suggests that, as a devDependancy, stylelint --help could be run.

Unless there's something wrong with my environment which is preventing the intended behaviour, I believe that for the CLI to work, users woul

golangci-lint
ansel1
ansel1 commented Sep 25, 2019

When I run golang-ci on my dev workstation, I get a bunch of findings. When I run it inside our build docker container, I get far fewer findings, and no error code.

When enabling verbose output, I notice the "Packages that do not compile:" message, which only happens inside the container. There is no explanation why it won't compile, and no indication that some of the linters are not being ru

potiuk
potiuk commented Sep 22, 2019

I would love to have fail_fast configuration option on check level not only at the level of the whole configuration file.

The use case I have in mind - i have one specific pre-commit check that performs docker builds of images that are used by later checks. This is fairly complex build and I have some optimisations in place to build it once and not re-run Docker build . again (because just run

nicolas-harraudeau-sonarsource
nicolas-harraudeau-sonarsource commented Oct 11, 2019

Affects PMD Version: 6.18.0

Rule: ApexCSRF

Description:
VisualForce Page fails when a controller's constructor executes DML queries. Salesforce seems to already protect against CSRF attacks.

Maybe I am missing something but there seems to be no security vulnerability, so this would be a False Positive.

H

tbekolay
tbekolay commented Aug 29, 2018

Question

Apologies if this has been asked before, but I'm curious what pylint considers a "block" and whether that could be documented more explicitly. Right now, the docs state:

add "#pylint: disable=some-message,another-one" at the desired block level or at the end of the desired line

olavk
olavk commented Oct 4, 2019

Please hide context-menu "Lint this view" when "lint_mode": "background".
In this scenario that button does nothing. It uses up precious real-estate in the context menu.
I would do it myself but I don't know what the context-menu is_visible condition should be.
Thank you!

Loading…
You can’t perform that action at this time.