ikappas / vscode-phpcs

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

Hide fixable errors #130

Open brandonkal opened 5 years ago

brandonkal commented 5 years ago

It would be great if problems that are fixable such as formatting can be hidden from the problems tab and highlighting. Combined with phpcbf on save, this would ensure only important issues that need my attention are flagged. If #116 is merged (lint on save), that would be a nice step in that direction.