PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
54 stars 7 forks source link

Fix markdownlint CI job failure #518

Closed jrfnl closed 12 months ago

jrfnl commented 12 months ago

README: minor tweak

Rename the example environment variable from PHPCSUTILS_DIR to PHPCSUtils_DIR to prevent it tripping Markdownlint, which apparently has gotten stricter (or has a bug).

Markdownlint config: show files before scanning

.... which should be helpful for debugging if needed.