Skip to content

Commit 592e629

Browse files
committed
Stop go hooks being enabled by default
1 parent f3b4028 commit 592e629

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/hooks.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,6 @@ in
772772
};
773773

774774
gotest = {
775-
enable = true;
776775
name = "gotest";
777776
description = "Run go tests";
778777
entry =
@@ -873,7 +872,6 @@ in
873872

874873
staticcheck =
875874
{
876-
enable = true;
877875
name = "staticcheck";
878876
description = "State of the art linter for the Go programming language";
879877
# staticheck works with directories.

0 commit comments

Comments
 (0)