Skip to content

Commit

Permalink
fix: fixes linter to stay on release branch 2.4 (#1560)
Browse files Browse the repository at this point in the history
* fix: fixes linter to stay on release branch 2.4
* fix: linter screams
  • Loading branch information
tillt authored Sep 7, 2023
1 parent 261bfdb commit 3afa8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/pre-commit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ifeq ($(wildcard $(PRE_COMMIT_CONFIG_FILE)),)
$(error Cannot find pre-commit config file $(PRE_COMMIT_CONFIG_FILE). Specify the config file via PRE_COMMIT_CONFIG_FILE variable)
endif
env SKIP=$(SKIP) pre-commit run -a --show-diff-on-failure --config $(PRE_COMMIT_CONFIG_FILE)
git fetch origin main && gitlint --ignore-stdin --commits origin/main..HEAD
git fetch origin release-2.4 && gitlint --ignore-stdin --commits origin/release-2.4..HEAD

0 comments on commit 3afa8b7

Please sign in to comment.