nette/code-checker

Check multiple files/folders (feature)

pupitooo opened this issue · 4 comments

  • bug report? no
  • feature request? yes
  • version: 3.1.1

Description

It would be nice to be able to check more files. Not only one file/folder, but add more files/folders to check. I miss behaviour like coding-standard has.

Děkuji uctivě!

I am using this in pre-commit hook, so it would be better to accept parameters in same way as coding-standars do. But I can use sed "s/ / -d /g" to add more files with -d option.

But in previous version coding-checker accepted folder or files.

Please, can you improve it again for accepting multiple files too?

dg commented

fixed

Again...thank you a lot.