ryaneberly

Results 14 issues of ryaneberly

The config file and the filter file seem to fill similar roles, deprecate the filter file

Per https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-p-q/cfparam.html Default expressions are alway evaluated. So calls to createobject() inside the default expression are performance drag and should be flagged: Example:

enhancement

---- from @denuno That would be a pretty interesting thing to have in CFLint itself, actually, along with a mode where you could enable auto-fixing (or maybe auto-ignoring)... e.g. instead...

enhancement

See https://github.com/cflint/CFLint/issues/594 Script tags are currently 'simulated' in CFLint by generating the corresponding cfml tags. This should be changed.

enhancement

Attempting to use jdbcmssql with JRuby/Redmine. Generated query: ``` SELECT t.* FROM ( SELECT ROW_NUMBER() OVER(ORDER BY t.id DESC) AS _row_num, t.* FROM (SELECT DISTINCT [journals].id, journals.id FROM [journals] LEFT...

mssql