-
Hi, I just installed CFLint. And immediately ran into some issues.
VAR_IS_TEMPORARY is happening a lot, but it doesn't say what would be a better variable name, even when the variables aren't temp…
-
I would like to know what applications or who are using PF4J.
Thanks!
-
When attempting to use camelCase for the `ComponentNameChecker.case` parameter I noticed it's still applying the PascalCase logic. Digging into the code it looks like the issue is an incomplete method…
-
This is for any suggestions and discussion regarding new and/or breaking changes for CFLint's configuration in v2.0. Most of this is copied from Issue #352. All of my suggestions were taken from other…
-
Hello, i've started doing some Proof of concept to update the lexing / parsing to support static,
https://github.com/xdecock/cfparser
Would it be useful? should this get taken over by this proj…
-
I continually getting the following error, which might be the cause of CFDocs and snippets no longer working until I restart vscode. This could be related to this issue I previously reported: https://…
-
There doesn't seem to be a way to inspect the build, or to re-trigger the check either:
![image](https://user-images.githubusercontent.com/1381991/74542664-e9a83080-4f3b-11ea-9183-6a97e4a02f18.png)
…
-
So a lot of the time, when I am looking for code smells it usually is when you have have a 2000 line file with 1000 lines in a single method.
A couple of length checkers would be good:
FILE_TOO…
-
The following are legal ways to declare a struct or array.
- `addressComponents.streetName = "Main";`
- `sampleCollection[7] = "Hello, World";`
It should recommend being explicit with the type de…
-
Hi,
Can you please confirm if the sonar-coldfusion-plugin-2.2.0.jar is compatible to Sonarqube 9.9 LTS