We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b21662 commit 7edd507Copy full SHA for 7edd507
vale-styles/package-guide-test/PyPI.yml
@@ -7,7 +7,7 @@ action:
7
# swap maps tokens in form of bad: good
8
swap:
9
# lower case defined as regex to prevent false positives in URLs or other identifiers
10
- - (?:\spypi[\.,]?\s): PyPI
+ - (?:\spypi[\.,]?\s): PyPI
11
- (?:\stestpypi[\.,;:]?\s): TestPyPI
12
- (?:\stest-pypi[\.,;:]?\s): TestPyPI
13
# other tests are defined with strings
@@ -19,5 +19,4 @@ swap:
19
- testPyPI: TestPyPI
20
- testPYPI: TestPyPI
21
- TestPypi: TestPyPI
22
- - TestPYPI: TestPyPI
23
-
+ - TestPYPI: TestPyPI
0 commit comments