From 494a116a62e00aaea697d65bc44544d9b18fec65 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Tue, 23 Feb 2021 17:58:26 +0000 Subject: [PATCH] Clarify double-wildcard instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 375cb0c..f55c285 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Featured on [wpmudev](http://premium.wpmudev.org/blog/12-surprisingly-useful-wor - Add the `-n` flag to ignore warnings (i.e., show only errors) - Add the `-s` flag to show sniff codes (used for disabling errors in the code with `phpcs disable:` — MAKE SURE THAT YOU HAVE `phpcs enable` AT THE EARLIEST POINT POSSIBLE, and provide a justification for disabling the sniff code) - You can run either across the entire project by adding the argument `--ignore=*/vendor/*` and targetting the file `./**/*.php` + - You may have to enable double-wildcards in your console first (`shopt -s globstar`) ## Updating Documentation