Add pre-commit framework (tofu fmt + formatters + betterleaks) + CI (#15, #123) - #16
Merged
Conversation
|
2 tasks
nickvigilante
added a commit
that referenced
this pull request
May 27, 2026
nickvigilante
added a commit
that referenced
this pull request
May 27, 2026
nickvigilante
added a commit
that referenced
this pull request
May 27, 2026
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.
Summary
Adds the pre-commit framework to the infrastructure repo, mirroring the homelab setup (nickvigilante/homelab#125). Closes #15.
Per file type:
tofu fmt(Terraform), prettier (Markdown, aligns tables), yamlfmt + yamllint (YAML), standard hygiene hooks, and betterleaks replacing gitleaks (#123)..terraform.lock.hclis left untouched.CI: new
lint.ymlrunspre-commit run --all-files(installs tofu via setup-opentofu + prettier/yamlfmt/yamllint) — same hooks as local, so they can't drift. (This repo had no lint workflow before; only homelab-plan/apply.)Notes
.gitleaks.toml(defaults-only, no allowlist) and.githooksgitleaks hook are removed in favor ofpre-commit install..yamlfmt+ permissive yamllint config.Test plan
pre-commit run --all-filespasses + idempotent;tofu fmt -recursive -checkcleanpre-commitjob green on this PR