We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b084b2c + 9ebfc7b commit a1b8c33Copy full SHA for a1b8c33
modules/hooks.nix
@@ -3912,7 +3912,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
3912
name = "terraform-format";
3913
description = "Format Terraform (`.tf`) files.";
3914
package = tools.opentofu;
3915
- entry = "${lib.getExe hooks.terraform-format.package} fmt -check -diff";
+ entry = "${lib.getExe hooks.terraform-format.package} fmt";
3916
files = "\\.tf$";
3917
};
3918
terraform-validate =
0 commit comments