-
## Preamble
Lints are code quality issues that can be detected in R using [`{lintr}`](https://lintr.r-lib.org/dev/) and need to be either fixed (if it's really an issue) or annotated so that they a…
-
#483 improved the spans for field getters and things to use the span of the field. This makes working with salsa much nicer in rust-analyzer, generates better errors, etc, but it also leads to annoyin…
-
I'm experimenting with migrating Servo away from deprecated compiler plugins to using dylint. It's almost working, but I haven't figured out how to support a lint that looks for the presence of an ann…
-
## Enhancement
Normally we require Copyright header for each file, but it is really easy to forget to add it.
However since there's a clear pattern in Copyright header, it should be possible to …
-
## `dart_style_todos`
Similar to [`flutter_style_todos`](https://dart.dev/tools/linter-rules/flutter_style_todos) but for repos in `dart-lang` org.
People could not longer be working on a projec…
-
The text:
```
Some text here (eg. more text).
```
Results in these two lints:
- Did you mean to spell "eg" this way?
- This sentence does not start with a capital letter. (in word "more")
…
tezlm updated
1 month ago
-
Noticed on https://github.com/bazelbuild/rules_rust/pull/2866, the [bzlmod BCR presubmit on windows](https://buildkite.com/bazel/rules-rust-rustlang/builds/12160#01920253-e433-4b2c-842d-53b69b6b62b9) …
-
Many of our `fix` messages are redundant, obvious, or otherwise unhelpful. We should use the `fix` feature more mindfully. That means supplying the "corrected" code or **adding** something to the diag…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
Cargo
### Package manager version
cargo 1.80.1 (376290515 2024-07-16)
### Lan…
-
eg. for a struct like this:
```
#[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)]
pub struct Foo {
/// some docs
pub bar: String,
}
```
The derived `ArchivedFoo` won't cop…