Kåre Slettnes
Kåre Slettnes
I have got to learn to read the code better. Or at least look through the available configuration settings. Just found `M-x customize-variable` `drupal/phpcs-standard`.
Say we can have glob patterns in `_Z_EXCLUDE_DIRS`. One solution for zsh is to use the `${~var}` variable format. This lets us have glob patterns and zsh will evaluate it...
See 5711b4efef45bc1cd9bbca92c5ce6c6981d919bb
This is actually a bug. I think the *intention* of the original code was to match all folders underneath each entry in `_Z_EXCLUDE_DIRS` with this test: ```bash # don't track...