fix: relax PHPCS grep boundary to match plural summaries (issue #110) (#115)

This commit is contained in:
2026-03-19 22:40:02 +00:00
committed by GitHub
parent b223165012
commit 8bb4784204

View File

@@ -221,7 +221,7 @@ npm run lint:css
2. **Analyze Output for Errors**:
```bash
grep -E -i '\b(ERROR|WARNING)\b' phpcs-output.log
grep -E -i '\b(ERROR|WARNING)' phpcs-output.log
```
3. **Automatically Fix Issues** (when possible):