File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ [default ]
2+ extend-ignore-re = [
3+ " (?Rm)^.*(#|//)\\ s*spellchecker:disable-line$" ,
4+ " (?s)(#|//)\\ s*spellchecker:off.*?\\ n\\ s*(#|//)\\ s*spellchecker:on" ,
5+ " (#|//)\\ s*spellchecker:ignore-next-line\\ n.*"
6+ ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ is_numeric() {
1515 * ) return 0;; # returns 0 if numeric
1616 esac
1717}
18- # Promt color vars.
18+ # Prompt color vars.
1919C_RED=" \033[31m"
2020C_BLUE=" \033[34m"
2121NO_FORMAT=" \033[0m"
Original file line number Diff line number Diff line change 2222 <!-- Strip the filepaths down to the relevant bit. -->
2323 <arg name =" basepath" value =" ./" />
2424
25- <!-- Check up to 8 files simultanously . -->
25+ <!-- Check up to 8 files simultaneously . -->
2626 <arg name =" parallel" value =" 8" />
2727
2828 <!--
You can’t perform that action at this time.
0 commit comments