Skip to content

Add Justfile validation using custom parser#454

Merged
kehoecj merged 1 commit into
mainfrom
feat/justfile-support-v2
Apr 27, 2026
Merged

Add Justfile validation using custom parser#454
kehoecj merged 1 commit into
mainfrom
feat/justfile-support-v2

Conversation

@kehoecj
Copy link
Copy Markdown
Collaborator

@kehoecj kehoecj commented Apr 24, 2026

Adds Justfile as the 16th supported file type. Validates .just files and known filenames (justfile, Justfile, .justfile) using a pure Go parser embedded as a nested module at pkg/validator/justfile/.

Addresses half of: #301

Adds Justfile as the 16th supported file type. Validates .just files and
known filenames (justfile, Justfile, .justfile) using a pure Go parser
embedded as a nested module at pkg/validator/justfile/.

The nested module has its own go.mod and can be extracted to a standalone
repo later by updating the replace directive.

CI pipelines updated to run vet, fmt, lint, and tests on both the root
module and the nested go-just module.
@kehoecj kehoecj requested a review from a team as a code owner April 24, 2026 17:10
@kehoecj kehoecj merged commit 1a489d1 into main Apr 27, 2026
16 checks passed
@kehoecj kehoecj deleted the feat/justfile-support-v2 branch April 27, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant