Skip to content

Commit 578c125

Browse files
committed
chore(Makefile): add FORCE=1 option to force UI lint re-run in lint target
1 parent 7d7a55b commit 578c125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ setup-venv: ## Create .venv and install all packages into it
105105
@echo -e "$(YELLOW) To activate manually: source $(VENV_DIR)/bin/activate$(NC)"
106106

107107
##@ Code Quality
108-
lint: ruff-lint format check-arn-partitions validate-buildspec ui-lint codegen-check ## Run all linting (ruff, format, ARN checks, buildspec, UI, codegen)
108+
lint: ruff-lint format check-arn-partitions validate-buildspec ui-lint codegen-check ## Run all linting (ruff, format, ARN checks, buildspec, UI, codegen). Use FORCE=1 to force UI lint re-run despite checksum match.
109109
fastlint: ruff-lint format check-arn-partitions validate-buildspec ## Quick lint without UI checks
110110

111111
ruff-lint: ## Run ruff linting with auto-fix

0 commit comments

Comments
 (0)