Skip to content

Commit

Permalink
remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
flpm committed May 23, 2024
1 parent 7b21662 commit 7edd507
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vale-styles/package-guide-test/PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ action:
# swap maps tokens in form of bad: good
swap:
# lower case defined as regex to prevent false positives in URLs or other identifiers
- (?:\spypi[\.,]?\s): PyPI
- (?:\spypi[\.,]?\s): PyPI
- (?:\stestpypi[\.,;:]?\s): TestPyPI
- (?:\stest-pypi[\.,;:]?\s): TestPyPI
# other tests are defined with strings
Expand All @@ -19,5 +19,4 @@ swap:
- testPyPI: TestPyPI
- testPYPI: TestPyPI
- TestPypi: TestPyPI
- TestPYPI: TestPyPI

- TestPYPI: TestPyPI

0 comments on commit 7edd507

Please sign in to comment.