Bart Reunes

Results 40 comments of Bart Reunes

I just tried it against dev-master, the error changed to line 196, but it still cannot find the class PHPCheckstyle: ``` Fatal error: Uncaught Error: Class 'PHPCheckstyle\PHPCheckstyle' not found in...

Simple example, will install git, composer, phpcheckstyle, and run it against the ./src directory. ``` cat

Can you reproduce it with this example?

It would be very handy to be able to avoid obsolete output inside CI logs, without hiding the more important output of the lint tool (that would possibly be hidden...

`--quiet` would give you the possibility to not show any output as long as there are no errors. In such circumstances your exit code would not error out as always,...

Glad this has already been reported. I'm not really sure how I can provide some more information that would be helpful.

Is there any documentation on how to use the `--auth=` option?

.env: ``` BAR=FOO FOO=BAR ``` .env.local ``` FOO=BAR ``` This should be valid, as a `.env.local` file is only used to overwrite certain parameters, but will probably never have all...

I was thinking it might be an option to make a skip parameter in the same way as the check or fix command? But afaik there are no rules for...

If you would have `--skip` for the compare command, you could have rules like for example `AllKeysShared` or something like that? So you could run `dotenv-linter compare --skip AllKeysShared`? Does...