Skip to content

Commit

Permalink
Merge pull request #447 from danjujan/master
Browse files Browse the repository at this point in the history
Fix clang-tidy hook always being skipped
  • Loading branch information
domenkozar authored May 16, 2024
2 parents c182c87 + cfac92f commit 9636469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ in
description = "Static analyzer for C++ code.";
package = tools.clang-tools;
entry = "${hooks.clang-tidy.package}/bin/clang-tidy --fix";
types = [ "c" "c++" "c#" "objective-c" ];
types_or = [ "c" "c++" "c#" "objective-c" ];
};
clippy =
let
Expand Down

0 comments on commit 9636469

Please sign in to comment.