We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c1828 commit 9273c3dCopy full SHA for 9273c3d
.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
+]
features/option-pluck-patch.feature
@@ -301,7 +301,7 @@ Feature: Option commands have pluck and patch.
301
"""
302
303
@patch
304
- Scenario: When we don't pass all necessary argumants.
+ Scenario: When we don't pass all necessary arguments
305
Given a WP install
306
And an input.json file:
307
0 commit comments