We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f87c3 commit 00b609fCopy full SHA for 00b609f
vale-styles/package-guide-test/PyPI.yml
@@ -6,16 +6,18 @@ action:
6
name: replace
7
# swap maps tokens in form of bad: good
8
swap:
9
- - (?:\spypi[\.,]?\s): PyPI # lower case defined as regex to prevent false positives in URLs
+ # lower case defined as regex to prevent false positives in URLs or other identifiers
10
+ - (?:\spypi[\.,]?\s): PyPI
11
+ - (?:\stestpypi[\.,;:]?\s): TestPyPI
12
+ - (?:\stest-pypi[\.,;:]?\s): TestPyPI
13
+ # other tests are defined with strings
14
- pyPi: PyPI
15
- pyPI: PyPI
16
- PYPI: PyPI
17
- PyPi: PyPI
18
- Pypi: PyPI
19
- testPyPI: TestPyPI
- - testpypi: TestPyPI
20
- testPYPI: TestPyPI
- - test-pypi: TestPyPI
21
- TestPypi: TestPyPI
22
- TestPYPI: TestPyPI
23
0 commit comments