Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Add the filter aliases for phpcs options #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions