phpcs-changed icon indicating copy to clipboard operation
phpcs-changed copied to clipboard

More options for providing a list of files to (not) check

Open david-binda opened this issue 4 years ago • 1 comments

PHPCS has rather broad options to provide a list of files to check and/or to exclude:

  [--extensions=<extensions>] [--ignore=<patterns>]
  [--stdin-path=<stdinPath>] [--file-list=<fileList>] [--filter=<filter>] <file> - ...

I believe that it would be cool if we could make the phpcs-changed as much drop-in replacement for phpcs as possible, to make it easier to use it in places where phpcs is currently used.

The --stdin-path is IMHO not really possible, but other params should be doable, for automatic mode.

david-binda avatar Jun 03 '20 07:06 david-binda

Definitely. These are good ideas and can totally be added.

sirbrillig avatar Jun 17 '20 02:06 sirbrillig