tchule
tchule
$this->_csLeftParenthesis = 0; $this->_fcLeftParenthesis = 0;
Hello, Thanks for your reports on issues. I think they all fall in the categorie of "PHPChecstyle hasn't been tested with these new features yet". I still have to write...
I like the idea, to be able to process any given string would be cool. We will need to cleanup a few things I think. The "processFiles" method set up...
Agree, there is some cleanup to do.
I still have a doubt about this one, I think we need to multiply the _npathComplexity for each statement of the function (that's the difference with the cyclomatic). We should...
See https://modess.io/npath-complexity-cyclomatic-complexity-explained/ What we should do : * Consider the number of paths inside a context (use the statementStack) * Start at 1 as the default value for the number...
OK, good question. About the --src, I think you can use absolute paths, its not a problem. About the classloading, I'll have a look. I personnaly use small shell scripts...
I think I understand your problem but I havn't been able to reproduce it yet. About the default config, it should be just a filename and it's relative to the...
I have a project that uses PHPCheckstyle, but I'm using gradle to launch the process and I change the working dir to force it to be correct. I'll do some...
The project I have used to test is a Symfony project too. My directory looks like this : / project / website / app / / project / website /...