chore(deps): update dependency eslint-plugin-perfectionist to v4.8.0 #1157
Annotations
3 warnings
Run clippy (__fixtures__/unbased-codebase)
The `allow` input is deprecated in v1.4 and can be used within the `check-args` input
|
Run clippy (__fixtures__/unbased-codebase):
tests/__fixtures__/unbased-codebase/src/main.rs#L4
warning: variable does not need to be mutable
--> src/main.rs:4:9
|
4 | let mut a = Box::new(1);
| ----^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|
Run clippy (__fixtures__/no-clippy-error)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Loading