Skip to content

Commit

Permalink
Merge pull request fedimint#6185 from dpc/24-10-18-clippy-deny-warnings
Browse files Browse the repository at this point in the history
chore(ci): clippy to deny warnings
  • Loading branch information
tvolk131 authored Oct 18, 2024
2 parents 35126e5 + e8d28e3 commit fdba64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/flakebox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ in
workspaceClippy = craneLib.cargoClippy {
cargoArtifacts = workspaceDeps;

cargoClippyExtraArgs = "--workspace --all-targets --no-deps";
cargoClippyExtraArgs = "--workspace --all-targets --no-deps -- -D warnings";
doInstallCargoArtifacts = false;
};

Expand Down

0 comments on commit fdba64a

Please sign in to comment.