Skip to content

Commit

Permalink
Add localization files to whitelist
Browse files Browse the repository at this point in the history
This resolves the use of Spanish words, like "todos", triggering the forbidden word filter.
  • Loading branch information
Psifour committed Sep 13, 2023
1 parent 7c510ef commit 49314d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/forbid
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ which rg > /dev/null
! rg \
--glob '!bin/forbid' \
--glob '!docs/src/bounty/frequency.tsv' \
--glob '!docs/po/*' \
--ignore-case \
'dbg!|fixme|todo|xxx' \
.

0 comments on commit 49314d7

Please sign in to comment.