We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f13d0 commit 368d089Copy full SHA for 368d089
1 file changed
Justfile
@@ -16,8 +16,8 @@ check-format: && spellcheck
16
17
spellcheck:
18
typos
19
- git log | typos -
+ git log origin/master..HEAD | typos -
20
21
fix-spelling:
22
typos --write-changes
23
0 commit comments