Skip to content
Snippets Groups Projects
Verified Commit 638e3315 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

chore(clippy): Transform clippy warnings into errors

parent 47a1d3e1
No related branches found
No related tags found
1 merge request!38Fix clippy::perf and most of clippy::nursery
Pipeline #100141 passed
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
rustflags = [ rustflags = [
# === ENABLE ALL LINTS === # === ENABLE ALL LINTS ===
"-Wclippy::complexity", "-Dclippy::complexity",
"-Wclippy::correctness", "-Dclippy::correctness",
"-Wclippy::nursery", "-Dclippy::nursery",
"-Wclippy::pedantic", "-Dclippy::pedantic",
"-Wclippy::perf", "-Dclippy::perf",
"-Wclippy::restriction", "-Dclippy::restriction",
"-Wclippy::style", "-Dclippy::style",
"-Wclippy::suspicious", "-Dclippy::suspicious",
# === REASONABLE LINTS === # === REASONABLE LINTS ===
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment