Skip to content

Commit 368d089

Browse files
committed
Justfile: Ignore old commits when checking for typos
1 parent 57f13d0 commit 368d089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ check-format: && spellcheck
1616

1717
spellcheck:
1818
typos
19-
git log | typos -
19+
git log origin/master..HEAD | typos -
2020

2121
fix-spelling:
2222
typos --write-changes
23-
git log | typos -
23+
git log origin/master..HEAD | typos -

0 commit comments

Comments
 (0)