-
## Proposal for New Dart Lint Rule
### TLDR
Add lint rule to avoid using `Container` with only a `margin` property.
### Motivation
Using `Container` with only a `margin` property introduce…
-
### 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 versio…
-
Now we are using ruff, the idea is that we add more rules to ruff linter in separate PRs since there are a lot of fixes to do (maybe create a separate issues for that) . e.g.,
```toml
select = [
…
-
### Description
We have currently adopted a new document template, and some rules need to be supplemented and aligned again.
```rust
/// ### What it does
///
/// ### Why is this bad?
///
/// …
-
-
When running `pnpm run update`, I get the following error:
```
/home/user/eslint-plugin-svelte/node_modules/.pnpm/eslint@9.15.0/node_modules/eslint/lib/rules/no-empty-function.js:125
cons…
-
### 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
{
"…
-
建议添加一下 linter 和 formatter,规范化文档提交,参考我自己的 portfolio 仓库里对此的处理:https://github.com/sghuang19/portfolio
-
This tool could be helpful for improving code quality and catching potential bugs
https://github.com/astral-sh/ruff
To do:
- [ ] Replace `flake8`
- [x] Replace `black`
- [x] Replace `isort`
…
-
## Feature description and context
We're using node.js but our linter does not recognize it, requiring manual adjustments to avoid errors being thrown. We want to adjust configuration so node.js is r…