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 599ac6b + b374e0a commit 9e22cb7Copy full SHA for 9e22cb7
CONTRIBUTING.md
@@ -31,16 +31,5 @@ be able to accept your pull requests.
31
32
## Style
33
34
-Format your HCL code with [`hclfmt`](https://github.com/fatih/hclfmt).
35
-
36
-Make sure there are no differences between the `hclfmt` output and your .tf files:
37
38
-```
39
-diff -B <( cat *.tf ) <( hclfmt *.tf )
40
41
42
-Write changes to the files:
43
44
45
-hclfmt -w *.tf
46
+Format your HCL code according to the [Hashicorp guidelines](https://github.com/hashicorp/hcl).
+You can lint your terraform code by running `make check_terraform` and lint the entire repo by running `make`. Note: `make` lints and generates docs.
0 commit comments