<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/.githooks/pre-commit, branch master</title>
<subtitle>My linux config and rc files
</subtitle>
<id>https://git.sommerfeld.dev/dotfiles/atom?h=master</id>
<link rel='self' href='https://git.sommerfeld.dev/dotfiles/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/'/>
<updated>2026-04-21T00:24:38Z</updated>
<entry>
<title>feat(justfile): add check-fmt and check recipes; pre-commit hook</title>
<updated>2026-04-21T00:24:38Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-21T00:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=afbc07bb44170d7b6f060dd0276157c8db3da68c'/>
<id>urn:sha1:afbc07bb44170d7b6f060dd0276157c8db3da68c</id>
<content type='text'>
Split concerns: fmt-check (check-fmt) from lint. check-fmt mirrors fmt
with each tool's --check/-d flag. check runs both as a single quality
gate. A new .githooks/pre-commit runs 'just check' on every commit;
bypass with git commit --no-verify.

Also drop just --fmt --check and prettier --check from the lint recipe
(they're format checks, belong in check-fmt).
</content>
</entry>
</feed>
