-
Flow version:
## Expected behavior
All warnings generated by flow are consistently either sent to the IDE via LSP or not.
## Actual behavior
Warnings from lints get to the IDE via LSP but …
-
Lots of local bindings have a significant drop implementation, and the warning is not particularly small.
This completely hides every single other warning. Adding this much noise makes it near impossi…
-
To reproduce, load code that has warnings and no errors. Warning lint will work. Reload the code with no changes; warning lints will vanish.
It appears that the cause is the warning code does not d…
-
# 测试内容
# giblog
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run buil…
-
-
After my last PR I noticed you had to clean up a bit. That made me wonder if it makes sense to configure and use `clippy` and `rustfmt`:
* Since `clippy` is probably less controversial I went ahead…
-
Many of the recommendations could be enforced with tools. This could be as simple as flags for rustfmt and clippy, or perhaps custom lints or other tooling
-
Same issue as #224 but on WSL instead of MacOS and recompiling doesn't work.
Ubuntu 22.04.3 LTS on Windows 10 x86_64
Kernel 5.15.123.1-microsoft-standard-WSL2
Cargo 1.73.0 (9c4383fb5 2023-08-26)
…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the [g…
-
The current usage of `library` and `part of` declarations in Dart has certain limitations, particularly when using the `library` name as a `part of`, which is discouraged. The `flutter_lints` package …