We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee706bb commit 457d9c7Copy full SHA for 457d9c7
Makefile
@@ -219,9 +219,9 @@ CHANGELOG_LINES := $(shell git diff HEAD..origin/stable HISTORY.md 2>&1 | wc -l)
219
220
.PHONY: check-clean
221
check-clean: ## Check if the directory has uncommitted changes
222
- ifneq ($(CLEAN_DIR),)
223
- $(error There are uncommitted changes)
224
- endif
+ifneq ($(CLEAN_DIR),)
+ $(error There are uncommitted changes)
+endif
225
226
.PHONY: check-main
227
check-main: ## Check if we are in main branch
0 commit comments