Wire up additional checks: coverage floor, ruff, pip-audit, shellcheck, actionlint, brew audit, dependabot - #32
Merged
Merged
Conversation
…k, actionlint, brew style/audit in build, dependabot (#31)
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.
Implements the "add now" tier of the checks review (#31).
--cov-fail-under=95inrite test(currently 99.44%)ruff check+ruff format --checkinrite lint, newrite formattask for devs; one-time format commit applied (import sorting + formatting, no logic changes — pylint and all 82 tests unaffected). Kept pylint: ruff doesn't do cross-module inference (no-memberetc.); they're complementary.rite audittask + parallel CIauditjob scanning the synced env fromuv.lock(clean today)ci/scripts/*.shand actionlint on the workflows, both inrite lint(tools pinned via mise.toml so they exist locally and in CI)rite build— immediately caught a real finding: the test block's"#{bin}/macprefs"string interpolation should bebin/"macprefs"(fixed here).--except=url,stable_version,github_repositorybecause the build check installs from a localfile://tarball those checks can't evaluate.github-actions+uvecosystemsEverything verified locally:
rite test,rite lint,rite audit, and the fullrite build(formula render → style/audit → local-tap install → brew test → real backup → uninstall) all pass.Closes #31
🤖 Generated with Claude Code