Skip to content

Commit 85864cd

Browse files
committed
build: Added editorconfig-checker as a Homebrew dependency.
1 parent 6ee61b7 commit 85864cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ current_dir := $(dir $(mkfile_path))
1111
# Global stuff.
1212

1313
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
14+
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
1515

1616
# Determine the operating system and CPU arch.
1717
OS=$(shell uname -o | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)