Skip to content

Commit f8992fb

Browse files
authored
Merge pull request #223 from sd234678/stop-go-hooks-being-enabled-by-default
Stop go hooks being enabled by default
2 parents f3b4028 + 592e629 commit f8992fb

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)