SonarQube ColdFusion Plugin 1.3.0-alpha-1
Pre-release
Pre-release
An alpha release including CFLint 1.0.0. See the "Known Issues" section.
New rules:
- Argument is missing a name
- Star in SQL
SELECT
- Never use
CFQUERY
in.cfm
files - Use
displayName
instead ofname
- Local literal value used too often
- Global literal value used too often
Known Issues
We found these to be blockers when using CFLint 1.0.0 with our code. They may not occur in your code.