-
Hello I am testing CFLint for use on my code and the following CFC gives me a FILE_ERROR. In the report it states the following:
In file /EntityDefaults.cfc, line 0
In EntityDefaults.cfc
At line : 0
…
-
In the following file:
https://github.com/ryaneberly/CFLint/blob/master/src/main/java/com/cflint/TextOutput.java
I was looking to add machine independent new lines by replacing "\r\n" with one of the…
-
linting a cfc, console shows:
Exception in thread Thread-14:
Traceback (most recent call last):
File "X/threading.py", line 639, in _bootstrap_inner
File "X/threading.py", line 596, in run
File…
-
Hi Ryan,
Would you be willing to add a -version flag to output the current version of CFLint to stdout?
-
This currently happens:
```
$ cflint -folder images -text -textfile /dev/stdout
```
Option folder => images
Option text => null
Option textfile => /dev/stdout
htmloutput?false
xmlOutput?false
Writi…
-
Currently I have to explicitly specify something like:
```
$ cflint -v -folder=blocks -text -textfile /dev/stdout
```
Including -text as an argument is redundant, and shouldn't be required.
Simila…
-
when you edit a file in vim, it creates a temporary 'save' file that takes the very same name as the file that you are editing but with a tilde (~) appended to the extension of the filename. CFLint cu…
-
So if you're not familiar, the oddly named [CFEngine](http://cfengine.com/) tool has also inspired its own linter, also named [CFLint](https://code.google.com/p/cflint/).
I would venture to guess (bu…