Adds `cargo fmt --check` (stock defaults) to ci.yaml's gate, now that the
tree is rustfmt-clean (commit 41b7e9a). Records that reformat in
.git-blame-ignore-revs so `git blame` skips it. Amends ADR-ci-002 (the
deferred "revisit on main" fmt decision) + the ci ADR index.
Closes #35.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Revisions to ignore in `git blame` — bulk, mechanical, no-behaviour-change
|
||||
# commits whose authorship is noise. Enable locally with:
|
||||
# git config blame.ignoreRevsFile .git-blame-ignore-revs
|
||||
# (Forges that support it, e.g. GitHub, pick this up automatically.)
|
||||
|
||||
# style: format the whole tree with cargo fmt (stock defaults, #35)
|
||||
41b7e9a04992cd9708f1775b57044de838b48b85
|
||||
Reference in New Issue
Block a user