Skip to content

Add the filter aliases for phpcs options #1

@marcelsud

Description

@marcelsud

Currently PHPCS haves the following options:

--report=<report> 
--report-file=<reportFile> 
--report-<report>=<reportFile>
--report-width=<reportWidth> 
--generator=<generator> 
--tab-width=<tabWidth>
--severity=<severity> 
--error-severity=<severity> 
--warning-severity=<severity>
--runtime-set key value 
--config-set key value 
--config-delete key
--config-show
--standard=<standard> 
--sniffs=<sniffs> 
--encoding=<encoding>
--extensions=<extensions> 
--ignore=<patterns>

Maybe we can add some alias to them, or just bridges in order to call that options during the sniff.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions