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 @@
rustflags = [
# === ENABLE ALL LINTS ===
"-Wclippy::complexity",
"-Wclippy::correctness",
"-Wclippy::nursery",
"-Wclippy::pedantic",
"-Wclippy::perf",
"-Wclippy::restriction",
"-Wclippy::style",
"-Wclippy::suspicious",
"-Dclippy::complexity",
"-Dclippy::correctness",
"-Dclippy::nursery",
"-Dclippy::pedantic",
"-Dclippy::perf",
"-Dclippy::restriction",
"-Dclippy::style",
"-Dclippy::suspicious",
# === 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