Skip to content

Commit

Permalink
build: Added editorconfig-checker as a Homebrew dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 15, 2023
1 parent 6ee61b7 commit 85864cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ current_dir := $(dir $(mkfile_path))
# Global stuff.

GO=$(shell which go)
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

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

0 comments on commit 85864cd

Please sign in to comment.