Skip to content

Commit

Permalink
.make#spell: fix regression affecting CI
Browse files Browse the repository at this point in the history
Fixed regression introduced in 187fe47 affecting CI that uses older version of codespell from Ubuntu repositories.
  • Loading branch information
XPhyro committed Jan 30, 2024
1 parent b772fc1 commit b1d136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.make
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ spell() {
| xargs -r0 \
codespell \
--builtin "clear,rare,informal" \
-L "ans,erformance,crate,ond" \
-L "ans,ba,crate,doas,erformance,hist,ond" \
--
)
}
Expand Down

0 comments on commit b1d136f

Please sign in to comment.