Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 12, 2023
1 parent 2e77539 commit fc3020d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ config:
# MD044/proper-names - Proper names should have the correct capitalization.
MD044:
# List of proper names.
names: ["PHPCSUtils", "PHP", "PHP_CodeSniffer", "CodeSniffer", "PHPUnit", "PHPCSUTILS_DIR"]
names: ["PHPCSUtils", "PHP", "PHP_CodeSniffer", "CodeSniffer", "PHPUnit"]
# Include code blocks.
code_blocks: false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ For things to continue working when you add PHPCSUtils to your standard, you nee
To support non-Composer based installs for running your sniff unit tests, you will need to adjust the PHPUnit `bootstrap.php` file to allow for passing an environment variable pointing to your PHPCSUtils installation.
<details>
<summary><b>Example bootstrap code using a <code>PHPCSUTILS_DIR</code> environment variable</b></summary>
<summary><b>Example bootstrap code using a <code>`PHPCSUTILS_DIR`</code> environment variable</b></summary>
```php
// Get the PHPCS dir from an environment variable.
Expand Down

0 comments on commit fc3020d

Please sign in to comment.