-
Receiving the error
```
SublimeLinter: WARNING: no cflint version could be extracted from:
C:\Program Files\Sublime Text 3>java -jar C:\Users\andrew.mikos\workspace\zAssorted\CFLint-0.4-all.jar -v…
-
After doing a git pull origin master, mvn clean install stops with the error:
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project (C:…
-
Not sure why, but I get multiple exceptions when running over a folder.
-------cfml.parsing.cfscript.CFParseException: mismatched input '!' expecting RIGHTPAREN
org.antlr.runtime.tree.RewriteEmptyStr…
-
Hi,
Does CFLint support CF 11?
Regards,
Leslie
-
Following `mvn clean install` I currently symlink ~/src/CFLint/target/appassembler/bin/cflint to somewhere in my path (~/.local/bin). I also have to make the binary executable `chmod a+x ~/src/CFLin…
-
Good build with the following
mvn -e-X -Dgpg.skip=true clean install
$ cflint --help
-bash: cflint: command not found
Do I need to add cflint to the path?
-
http://ftp.vim.org/vim/runtime/syntax/cf.vim
```
let b:current_syntax = "cf"
```
Vim shows the filetype as "cf" when I open a .cfm file.
I'm guessing this would affect https://github.com/cflint/c…
-
I've seen references to people using vim sytantastic integration with cflint but can't find any pointers.
It would be great if the documentation included instructions (or config files) to make this s…
-
```
var result = QueryExecute("
SELECT info_card_id, document_num, revision_nm, title_nm
FROM tdc_doc_infocard
WHERE info_card_id = :sourceTemplateN…
-
I made some minor updates to the varscoper grammar to fix some issues I was having. I can't seem to submit a pull request however. Are you accepting pull requests for review to this project?