-
First of all: Thanks for all the work that goes into clippy - I think there are some really good things for newcomers which actively prevent bugs and help enforce a more common style.
I unfortunate…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Database, Other
### Which platforms are affected?
iOS
### Description
Using t…
-
This will allow better flexibility for library maintenance in the future and make it clearer to users which interfaces are stable and which are internal.
Once done, we can also enable the D1xx seri…
-
> Oooh interesting, this is a false-positive — we wanted this to _not_ get flagged.
>
> Perhaps because the `N` constant isn't defined in the `impl` block and is instead a default item on the trait…
-
I removed all lints for now.
We should research which ones we want to use
- jslint (js)
- eslint (js)
- or [grunt-jscs](https://github.com/jscs-dev/grunt-jscs/)
- scss (sass)
- plato (js)
- phantomas …
lejoe updated
8 years ago
-
The `evo.yml` file currently defines just enough of the standard library to fix the linter warnings. Additional lints and better feedback could be enabled if it was more detailed with its typing and a…
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
Web
### Have you already upgraded your packages?
Yes
### Dependency versions
pub…
jackd updated
2 months ago
-
If a private field is initialized in the body of a constructor and could be replaced by a formal, a lint should be produce to move it to an initializer.
```dart
class MyClass {
Foo _foo;
…
-
https://dart-lang.github.io/linter/lints/unsafe_html.html doesn't give any reason why these patterns are bad.
Even as someone who wrote the specification for many of these Web features, I literally…
Hixie updated
2 years ago
-
Today I had to fix an implicit downcast error that I accidentally introduced (https://dart-review.googlesource.com/c/sdk/+/144780). For some reason, neither the trybots nor the post-commit bots caugh…