Skip to content

SonarQube ColdFusion Plugin 1.1.0

Compare
Choose a tag to compare
@mpaluchowski mpaluchowski released this 30 Nov 12:00
· 86 commits to master since this release
  • includes CFLint 0.9.0
  • comes with 2 new rules:
    1. Argument is missing a hint - when functions written in CFScript are missing @hint-annotated arguments.
    2. Unquoted struct key - when struct keys should be quoted to maintain their case.