Skip to content

Commit efd6cf5

Browse files
farhanclaude
andcommitted
chore: remove lint alias from Makefile
`quality` is the established standard across the Open edX ecosystem. The `lint` alias was unnecessary and potentially confusing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent db8f3d2 commit efd6cf5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: help clean upgrade requirements test-python test quality quality-python lint
1+
.PHONY: help clean upgrade requirements test-python test quality quality-python
22

33
.DEFAULT_GOAL := help
44

@@ -28,8 +28,6 @@ quality-python: ## Run python linters
2828

2929
quality: quality-python ## Run linters
3030

31-
lint: quality ## Run linting checks (alias for quality)
32-
3331
test-python: clean ## run tests using pytest and generate coverage report
3432
uv run tox -e py312
3533

0 commit comments

Comments
 (0)