Search code examples
phpphpcodesniffer

Any way to show only error on codesniffer


I want to see only error in codesniffer. Because file have too many warning and i have only correct the errors. Can any know how to to do that?


Solution

  • Thanks @GregSherwood following this link

    phpcs -n --standard=MEQP1 pathtofile