-
**Describe the issue**
This rule https://dart-lang.github.io/linter/lints/avoid_function_literals_in_foreach_calls.html
**To Reproduce**
Having this line of code (and got the waring violating the…
-
Steps to reproduce:
```
cargo new mycrate
cd mycrate
cargo add --dev termtree
printf '[lints.rust]\nunused_crate_dependencies = "deny"\n' >> Cargo.toml
cargo build --all-targets
```
Result…
-
Marker uses ui_test in the CI and runs them on Ubuntu, MacOS, and windows. The `$DIR` value replacement for paths works very well for unix-based systems with `/` but struggles on windows. The default …
-
Hi @amoffat, thanks for this cool project!
I noticed you enabled the whole `restriction` category of Clippy. Lints in that group are not meant to be all enabled, as they are thought for very specif…
-
**Crash app IOS when call function translateText(...)**
**File pubspec.yaml**
```
environment:
sdk: ">=3.0.0 =3.7.0"
dependencies:
flutter:
sdk: flutter
camera: any
google_mlk…
-
We formatted the entire code,https://github.com/cdli-gh/cdli-mobile-app/pull/10 need lints to follow the coding guidelines.
-
### Code
I tried this code:
```Rust
struct SignificantDrop {
a: usize,
}
impl Drop for SignificantDrop {
fn drop(&mut self) {
println!("Doing something important to {}", …
-
Hey.
Trying to upload my crate to kellnr, and getting this:
```
makavity@makbook ~/dev/*/* (*) $ cargo publish --registry *
Updating `*` index
warning: manifest has no description, license, l…
-
I have an enormous codebase, where I would like to apply the `unnecessary-wraps` lint, which has `MaybeIncorrect` applicability. The problem is that there are so many errors reported with this lint th…
-
See https://github.com/dart-lang/sdk/issues/32042#issuecomment-568497057.
Related to: http://dart-lang.github.io/linter/lints/avoid_types_as_parameter_names.html