We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6394dde commit 80d798cCopy full SHA for 80d798c
2 files changed
.typos.toml
@@ -0,0 +1,6 @@
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
+]
phpcs.xml.dist
@@ -19,7 +19,7 @@
19
<!-- Strip the filepaths down to the relevant bit. -->
20
<arg name="basepath" value="./"/>
21
22
- <!-- Check up to 8 files simultanously. -->
+ <!-- Check up to 8 files simultaneously. -->
23
<arg name="parallel" value="8"/>
24
25
<!--
0 commit comments