-
So in my use case I'm consolidating all different linters (among other things) to be ran with the Taskfile. See the snippet below for the general structure.
When running linters it would be nice to…
-
We have in template/eslint.config.js a setup for html-eslint.
The rules currently in force there don't correspond so well to our practices in templates/*.html especially regarding:
- Expected do…
-
### Describe the feature you'd like to request
Use case: I want to have a clean way to prepare the environment to run a certain script.
Project structure:
```
config
scripts:
build
…
elado updated
20 hours ago
-
### Please provide the environment you discovered this bug in.
I was unable to run `npx nx run-many -t lint --all` on Windows
### Which area/package is the issue in?
Don't know / other
### Descrip…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
It would be useful for juju-lint to grow the ability to lint model configs. This would enable checking - for example - if the legacy proxy variables are set or if
automatically-retry-hooks is disable…
-
Add lint configuration for a better code quality and check it in GitHub Actions as well.
-
Would you mind setting up a more advanced configuration for the linter?
The current `.jshintrc` doesn't do much.
It's not really a problem now, but could become one if you get more contributors.
…
-
All in the topic really. It will be default in v9, might as well get ahead of the train. Would be nice not to rely on the eslint-patch anymore.
-
I am using golangci-lint 1.60.3.
My .golangci.yml:
linters:
disable-all: true
enable:
- nolintlint
And my go test program:
package examples
import "fmt"
func Foo() {
fmt.Println…