ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

How exclude .history directory? #162

Open panathos opened 4 years ago

panathos commented 4 years ago

This is my not working setting. VScode report 591 errors from .history folder. What's right syntax to exclude those files from linting?

"phpcs.ignorePatterns": [ "/.history", ".history", ".history/", ".history", ".history", "/.history/*" ]