-
Reexported functions are not detected by the linter which underlines functions from a reexported package as a possible error. For example `StatsPlots` reexports `Plots` but the linter shows
![image…
-
# Where
- `/libs/movex-server/src/lib/movex-server.ts`
# What
There are a few linting issues in the codebase that need to be addressed to improve overall code quality. These linting issues are f…
-
In the spirit of Verilator tagline `"Open-source SystemVerilog simulator and lint system"`, and even more in the light of acute and urgent dev community needs, may we propose to seriously consider dus…
-
- It seems that the time it takes to lint a file increases exponentially with the size the file.
- It seems that performance when using bigquery is worse than other SQL flavors (e.g. ANSI). E.g. for…
-
The `lint` command takes around 10 seconds to run. This is fine when it's run on CI, but it feels a bit uncomfortable when run as a part of a push.
Ideally, what we want is something like this:
…
-
**Describe the bug**
We are running Megalinter on our Terraform code and all of our linters are coming up with 0 errors and passing except for Terrascan which is still failing despite showing 0 error…
-
##### Summary
linter interprets freeipa.ansible_freeipa.userauthtype as string if it is defined as variable.
[freeipa.ansible_freeipa.ipauser ](https://github.com/freeipa/ansible-freeipa/b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Super-linter's [documentation](https://github.com/super-linter/super-linter/blob/7b76efbd69ef…
-
https://github.com/eslint/eslint/discussions/18420
現在使っているeslintのバージョンはremixのテンプレートで設定されたもので結構昔のものになっている。
なのでeslintのバージョンをあげないといけない。
バージョンをあげようとするとFlatConfigにする必要がある。
FlatConfigにするとlintがなぜかうごかない…
-
Initially, we want to understand which linter is doing what. One way to do this is to comment out all the linters in `.pre-commit-config.yaml` except the one you want to focus on. That's not the best …