Skip to content

Commit d059cac

Browse files
earayuclaude
andauthored
chore(makefile): remove residual add-license no-op target (#1788)
The license-check infrastructure (`check-license`, `install-addlicense`, `install-hooks`, the bundled `addlicense` binary, and the git hooks install) was already removed in commit 00ae644 (PR #1729). The `add-license` target left behind only echoes a one-line message and does nothing else, so it is dropped here along with its `.PHONY` entry. License headers in source files are unchanged. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 34ea0f2 commit d059cac

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ serve-web:
186186
##################################################
187187

188188
# Code quality checks
189-
.PHONY: format lint static-check add-license
189+
.PHONY: format lint static-check
190190
format:
191191
uvx ruff check --fix ./aperag ./tests
192192
uvx ruff format ./aperag ./tests
@@ -198,9 +198,6 @@ lint:
198198
static-check:
199199
uvx mypy ./aperag
200200

201-
add-license:
202-
@echo "License headers are maintained in source files."
203-
204201
# Testing suite
205202
.PHONY: test-all test-unit test-integration test-e2e test-e2e-perf \
206203
test-http-bootstrap test-http-smoke test-http-full \

0 commit comments

Comments
 (0)