-
Just a list of other linters to look at for inspiration on new rules:
- [castep-linter](https://github.com/byornski/castep-linter/)
- [stylist](https://github.com/MetOffice/stylist/)
- [camfort](…
-
Both projects should use eslint + prettier
j-hha updated
4 hours ago
-
CAPM3 has 40+ linters enabled in our config whitelist. Golangci-lint has 100+ linters. Enable more linters to increase coverage and code quality.
/kind ci
-
Like @Ryuno-Ki said, it looks like there are two linters in place?
RoelN updated
1 month ago
-
IPAM has only 30+ linters enabled in our config whitelist, while CAPM3 has 40+ enabled.
In general, golangci-lint has 100+ linters. Enable more linters at least to match CAPM3.
/kind ci
-
BMO has 40+ linters enabled in our config whitelist. Golangci-lint has 100+ linters. Enable more linters to increase coverage and code quality.
/kind ci
-
Add GitHub integration(s) to detect common problems with PRs:
- [x] Included `.eopkg` files (#377).
- [x] Included `Makefile` (#377).
- [x] Files in the wrong directory (ie `packages/*` and `pack…
-
**Is your feature request related to a problem? Please describe.**
Not directly.
**Describe the solution you'd like**
In `MegaLinter` logs, for each **linter** I would like to have the linter…
-
**Is your feature request related to a problem? Please describe.**
Right now, we have `DISABLE_ERRORS_LINTERS` as a convenient way to provide a list of linters whose findings will not cause MegaLin…
-
Currently in the precommit hooks only black is applied which is insufficient.