SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
40 stars 9 forks source link

ignoring errors #13

Closed 719media closed 2 years ago

719media commented 2 years ago

How can you ignore a specific error in a file? I try using phpstan documented method:

/** @phpstan-ignore-line */

as outlined on https://phpstan.org/user-guide/ignoring-errors, which works when running phpstan on the command line, but not in the vscode implementation?

719media commented 2 years ago

Nevermind, this works, perhaps I just needed more patience for the config to re-run