-
### Creating new package `freezed_lints` using [custom_lint](https://github.com/invertase/dart_custom_lint#using-our-custom-lint-package-in-an-application)
- [x] Create `packages/freezed_lints/` (n…
-
## Location
There are several places this applies, e.g.:
- [`std::ptr::dangling`](https://doc.rust-lang.org/nightly/std/ptr/fn.dangling.html)
- [`std::ptr::from_ref`](https://doc.rust-lang.org/nig…
-
We should add a standardized set of rustc lints and clippy lints to all our projects. If we raise MSRV to 1.74, we can add them directly to `Cargo.toml`.
See [zulip discussion](https://xi.zulipchat…
-
Maybe a motivational quote or something.
Showing output helps confirm that no lints were found.
-
**Description**
As a developer, I want to be able to have custom lint rules specifically for Dart Frog so that I can see warnings and apply quick fixes directly from my IDE rather than waiting for …
-
[`suboptimal_flops`](https://rust-lang.github.io/rust-clippy/master/#suboptimal_flops) is very useful. Most of its suggestions are wins both for readability and performance, however some significant…
-
-
It does compile and run ! but with the following issues that I don't understand.
```
cargo run --release --bin wgpu-examples boids
warning: unexpected `cfg` condition name: `dot_out`
--> naga…
-
I tried this code:
```rust
#![allow(unknown_lints)]
#![warn(unsafe_op_in_unsafe_fn)]
pub fn add(left: usize, right: usize) -> usize {
left + right
}
```
I expected to see this ha…
-
We need to add a pre-commit hook to lint the code in order to avoid having to recommit just the lints. This might be especially frustrating for outside contributors.
Here's a couple good guides:
1…