-
There's already `cargo dev` which makes Clippy development easier and more
pleasant. This can still be expanded, so that it covers more areas of the
development process.
Steps to completion:
- […
-
### What it does
Lints the `Cargo.toml` manifest file and make sure everything is alright.
### Lints
- Cargo.toml — file is missing.
- Cargo.toml — file is misnamed, maybe "cargo.toml or "CA…
-
## avoid_future_catcherror
## Description
Avoid calling Future.catchError.
## Details
Calling the `catchError` method on a Future can lead to type errors at runtime if the
runtime type of…
-
RFC 5280, Section 4.1.2.5, [says](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.5):
> The validity period for a certificate is the period of time from
> notBefore through notAf…
-
```
#### General info
- Dart 3.5.0 (stable) (Tue Jul 30 02:17:59 2024 -0700) on "macos_arm64"
- on macos / Version 14.7 (Build 23H124)
- locale is en-US
#### Project info
- sdk constraint:…
-
### Steps to reproduce
1: define get request schema
2: dart run swagger_parser && dart run build_runner build -d
3: export error output
### Expected results
export
```dart
// coverage:ign…
-
### What it does
This lints against `#[repr(packed)]` without specifying `repr(C, packed)` or `repr(Rust, packed)`.
### Advantage
`repr(packed)` by default implies `repr(Rust, packed)`. However, th…
-
There's a tool called [`cargo-cranky`](https://github.com/ericseppanen/cargo-cranky) that allows actually configuring clippy lints project-wise (which, by the looks of it, won't land in clippy for ano…
-
I have a test file `test.html.haml`:
```
%div
- if true
%b A
- else
%b B
```
When I run `haml-lint` gem manually I'm getting errors that is correct:
```
→ bundle exec haml-lint t…
-
Whenever I create a new .rs file in my project, I don't receive any warnings/lints until I restart VSCode. After I restart, everything works as expected.
I'm sure I must be doing something wrong; c…