Skip to content

Commit

Permalink
scripts: Add colour to ignore rules list for spell check
Browse files Browse the repository at this point in the history
Signed-off-by: Soham Manoli <[email protected]>
  • Loading branch information
msoham123 committed Jun 18, 2024
1 parent ca47811 commit b28cbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ spell)
echo "Running spell check..." >&2
case $2 in
--fix)
${GOPATH}/bin/misspell -i "importas" -w -locale=US ${AISTORE_PATH}
${GOPATH}/bin/misspell -i "colour,importas" -w -locale=US ${AISTORE_PATH}
;;
*)
${GOPATH}/bin/misspell -i "importas" -error -locale=US ${AISTORE_PATH}
${GOPATH}/bin/misspell -i "colour,importas" -error -locale=US ${AISTORE_PATH}
;;
esac
;;
Expand Down

0 comments on commit b28cbb5

Please sign in to comment.