Conversation
Adds package-lint (MELPA's linter) to catch issues before submission: - New lint-package target in Makefile - Integrated into check.sh pre-commit script - Auto-installs package-lint from MELPA if not present This catches issues like: - Private functions that shouldn't be autoloaded - Package-Requires in non-main files - Various MELPA conventions
Melpazoid catches additional style issues beyond package-lint: - Top-level define-key (should be in keymap definition) - Idiomatic patterns (bolp instead of point comparisons) - License checks - And more Runs on push/PR to main branches. Warnings are informational.
- Unit Tests workflow now runs 'make test-unit' - New Lint workflow runs 'make lint' (checkdoc + package-lint) - Melpazoid workflow remains separate for style checks - Nightly still runs full 'make check' Added 'test-unit' make target for consistency - each workflow now maps to exactly one make target: test-unit.yml -> make test-unit lint.yml -> make lint test-integration.yml -> make test-integration-ci test-gui.yml -> make test-gui-ci nightly.yml -> make check melpazoid.yml -> (external)
dnouri
added a commit
that referenced
this pull request
Feb 25, 2026
* build: Add package-lint to local linting checks Adds package-lint (MELPA's linter) to catch issues before submission: - New lint-package target in Makefile - Integrated into check.sh pre-commit script - Auto-installs package-lint from MELPA if not present This catches issues like: - Private functions that shouldn't be autoloaded - Package-Requires in non-main files - Various MELPA conventions * ci: Add melpazoid workflow for MELPA style checks Melpazoid catches additional style issues beyond package-lint: - Top-level define-key (should be in keymap definition) - Idiomatic patterns (bolp instead of point comparisons) - License checks - And more Runs on push/PR to main branches. Warnings are informational. * ci: Separate lint workflow from unit tests - Unit Tests workflow now runs 'make test-unit' - New Lint workflow runs 'make lint' (checkdoc + package-lint) - Melpazoid workflow remains separate for style checks - Nightly still runs full 'make check' Added 'test-unit' make target for consistency - each workflow now maps to exactly one make target: test-unit.yml -> make test-unit lint.yml -> make lint test-integration.yml -> make test-integration-ci test-gui.yml -> make test-gui-ci nightly.yml -> make check melpazoid.yml -> (external)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.