CFLint icon indicating copy to clipboard operation
CFLint copied to clipboard

Static code analysis for CFML (a linter)

Results 108 CFLint issues
Sort by recently updated
recently updated
newest added

No idea why you need the 'rc' on the config file name, but wondering since you've made that unusual design decisions if you could also allow .cflint to be used...

question

I need to make the QUERYPARAM_REQ rule more severe, so the pipeline fails if just one occurrence is found. I have tried different ways of doing so, but nothing seems...

The caller scope is a serious footgun since it breaks encapsulation and allows a custom tag to modify its calling code. It would be great if CFLint could throw a...

When looping over an array of structs, setting any value of the local scoped struct will incorrectly be flagged as not being declared with a var statement ![image](https://user-images.githubusercontent.com/509426/233480542-54fdaba2-8059-4d34-ab3f-3ea0954830a7.png) A workaround...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.1 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.1&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I only started the "cfmleditor" project because I was short on time and needed some things done quickly, and because of other reasons I cannot disclose that preferred something publicly...

## Scenario * I'm using `CFLint-1.5.0-all.jar` with the VS Code extension `CFLint v0.3.6` * I created an abstract ColdFusion component `aFoo.cfc` with the following contents: ```java abstract component { /**...

hi everyone, i get the following error on ST4/macOS: ``` SublimeLinter.plugin.cflint [WARNING]: cflint output: The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information...