-
I set up a slack team for CFLint. Getting a ton of emails was getting pretty annoying for me, since I only check the issues on the weekend lately, so I tended to just ignore them completely. If you fi…
-
When running with the supplied config file like so:
java -jar ./target/CFLint-0.5.0-all.jar -file test.cfm -text -configfile ./src/main/resources/cflint.definition.xml
This error occurs:
Exception…
-
Hi,
I install many other plugin in my sublime text 3 but when I type "CFLint" the package list not show "SublimeLinter-contrib-CFLint".
There are a problem about ?
-
Valid code in a CFM template:
```
x = {
name: rc.ticket.getShortId()
,action: 'support:tickets/view/id/' & rc.ticket.getShortId()
};
```
CLI lint result:
```
$ cflint -file view.cfm
line 8:…
-
1. Install plugin
2. Click on "Navigate To" in Package, RemoteFTP menu
**Atom Version**: 1.0.19
**System**: Mac OS X 10.10.5
**Thrown From**: [Remote-FTP](https://github.com/mgrenier/remote-ftp) pack…
-
This is valid code, in a CFC:
```
property config;
```
For example, used in conjunction with `acessors="true"`, DI/1 will autowire in an instance of my configuration service (another CFC).
When I a…
-
This is a huge job, but I wanted to suggest it
-
Keep getting a MojoExecutionException error due to Maven not being able to grab dependency: org.apache.maven.plugins:maven-gpg-plugin
-
For other syntastic linters I can add the config file the linter expects into the top level of the project directory and the plugin will use it. Is this possible with cflint?
Thanks!!
-
I have some queries like the following where the same operation needs to be done on multiple tables so the table name or field name is a variable.
```
update #tableName#
set fieldName = 'foo…