Skip to content

Commit

Permalink
fix: fixes linter to stay in the release-branch 2.6 (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt authored Sep 7, 2023
1 parent fa2737e commit ef80e45
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.6 && gitlint --ignore-stdin --commits origin/release-2.6..HEAD

0 comments on commit ef80e45

Please sign in to comment.