Jared Beck

Results 18 issues of Jared Beck

Current date is Sat Aug 18 21:05:30 EDT 2018 Last commit is Sat Aug 18 20:50:32 2018 -0400 Expected: Last commit: 15 minutes ago Observed: Last commit: -1 months ago...

bug

## Is your feature request related to a problem? Please describe. Long arrays can be hard to read. I like to place each element on its own line. For example:...

feature request

`extend self` and `module_function` are not the same. The guide says: > Favor the use of module_function over extend self when you want to turn a module's instance methods into...

## Expected behavior Following the suggestions of the `FilePath` cop should not cause a `TypeError` ## Actual behavior Following the suggestions of the `FilePath` cop caused a `TypeError` ## Steps...

bug

EDIT: better example below Possibly related to https://github.com/cflint/CFLint/issues/657

Given input that produces no warnings, cflint would exit with code 0. Given input that produces warnings, cflint would exit with a non-zero code, perhaps 1. This would allow cflint...

enhancement

```cfscript var genericData = request.newObj('dataloader').getData(redacted); return QueryExecute(" select redacted, genericData.* from redacted, genericData where redacted ", {}, { dbtype: 'query' }); ``` ```plain Message code:UNUSED_LOCAL_VARIABLE File:/Users/jared/redacted/redacted.cfc Column:6 Line:78 Message:Local variable...

enhancement
false positive

#### Input ```ruby T::Array(Integer) ``` #### Observed runtime output ``` private method `Array' called for T:Module ``` This is an easy error message for experts to interpret, but beginners will...

enhancement
good first issue

> **Is your feature request related to a problem? Please describe it.** It is difficult to generate an address meeting the basic standards of consistency. For example, we may want...

💡 Issue: Feature Request
💭 Discussion
⚒️ Improvement