Results 15 comments of Adam Cameron

> What is the motivation behind trying to ignore the code coverage for some functions For me: * I'm porting tests from phpunit, and this is implemented there (https://phpunit.readthedocs.io/en/9.5/code-coverage-analysis.html#ignoring-code-blocks), and...

Cheers for following this up. I'd display it in exactly the same place / time / way as you display test failures / errors. Just in a different colour, and...

Not all CFML files are components. Does EXCESSIVE_COMPONENT_LENGTH check .cfm files (just checked: no). For better or for worse, there will be a lot of CFML code out there in...

I hate to go "me too", but just to confirm that @thubamamba's solution was what I needed to do too.

Bahahahaha, I've just seen what's wrong. I did not notice the vertical scrollbar. [Line 63](https://github.com/cfwheels/cfwheels/blob/v2.2.0/wheels/events/onerror/wheelserror.cfm#L63) dumps out the entire file content. And that "content" starts with1300+ lines of bled whitespace...

As a rule of thumb, these optional settings one can make in Application.cfc in Lucee probably ought not be used. For it to work, both your application code and any...

Sure thing. I'm on the clock slightly today, and then out of circulation for a coupla days, but will get onto it as soon as I can.

Ooh bugger... completely forgot about this. On the case. Sorry about the delay.

| Rule Name | Supports Exceptions | How | Note | | --- | --- | --- | --- | | `BooleanArgumentFlag` | No | - | * | |...

Ah, I think adding boolean params to a function is poor design: it's intrinsically saying "this function does both x and y", which is also bad design. A function should...