We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee61b7 commit 85864cdCopy full SHA for 85864cd
Makefile
@@ -11,7 +11,7 @@ current_dir := $(dir $(mkfile_path))
11
# Global stuff.
12
13
GO=$(shell which go)
14
-HOMEBREW_PACKAGES=bash bats-core coreutils findutils git git-lfs go grep jq librsvg nodejs pre-commit python@3.11 shellcheck tfschema trufflesecurity/trufflehog/trufflehog
+HOMEBREW_PACKAGES=bash bats-core coreutils editorconfig-checker findutils git git-lfs go grep jq librsvg nodejs pre-commit python@3.11 shellcheck tfschema trufflesecurity/trufflehog/trufflehog
15
16
# Determine the operating system and CPU arch.
17
OS=$(shell uname -o | tr '[:upper:]' '[:lower:]')
0 commit comments