-
### What version of Oxlint are you using?
0.11.0
### What command did you run?
_No response_
### What does your `.oxlint.json` config file look like?
Proposed config:
```json
{
"…
-
### Feature summary
Add ruff linting to CI
### Feature description
Requested changes:
- Pre-config is intended to help developers catch issues that will be inevitably caught during CI. Linting i…
-
To make it easy to run the linters and formatters for C++ (clang-tidy, clangformat, cpplint) and python (pylint, yapf) we should add config files for these various utilities and add instructions for h…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using the latest Super-linter version available?
- [X] I am using the latest Super-linter version.
- […
-
Now that we have multiple devs working on the frontend, we should create config files for prettier and eslint
-
Ruff 0.8.0 does not validate the aliases in [`lint.flake8-import-conventions.extend-aliases`](https://docs.astral.sh/ruff/settings/#lint_flake8-import-conventions_extend-aliases) for [`unconventional-…
-
# ESLint Migrations Guide
## Migration from ESLint 8.x.x to 9.x.x
The following steps are recommended when migrating from an existing ESLint 8.x.x configuration using `.eslint.rc` configuration …
-
See below.
```
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.5.0",
"eslint-plugin-import": "^2.29.1",
…
-
Hi,
isort linting works very nice, but I am missing a single option to finish my ruff setup - which is 'group_by_package'.
1. Would it be easy to implement?
2. What is my workaround for temporary…
-
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