Jared Beck

Results 80 comments of Jared Beck

This issue should be a tough one, since the variable usage is inside a QoQ string. I doubt a QoQ string parser already exists!

:+1: Consistency of tabs vs. spaces is the reason my team is investigating using a linter.

I can reproduce this bug in version 1.4.1. Here's another example: ``` private array function groupings(){ var spr = super; return memoize('2d_demo_groupings', function(){ var gs = spr.groupings(); // ... ```...

A more complete example: ```cfml #x# ``` ``` Message code:UNUSED_LOCAL_VARIABLE File:redacted.cfm Column:11 Line:3 Message:Local variable x is not used in function f. Consider removing it. Variable:'x' in function: f Expression:x...

For comparison, the following passes: ```cfml ```

To further simplify the example: ```cfml #x# ``` It seems that using a variable in `cfquery` is not recognized.

This issue is very similar to https://github.com/cflint/CFLint/issues/632. If it's helpful to you to combine them, @ryaneberly, please feel free to.

>> I don't write much Java, but I would be willing to try building this if it is wanted. > system.exit(1) should do just that. Are you saying you want...

I think the limit of 100 does not apply if you limit the search in some way? For example, this was limited: ``` papertrail 3d889604fdca ``` But this was not:...

I also noticed this recently. The `sassc` gem is 101 MB now. The majority of our other gems are < 1 MB. ``` du -sh vendor/bundle/ruby/2.6.0/gems/* | sort -hr 101M...