CFLint
CFLint copied to clipboard
-filterFile cflintexclude.json not being used
I am running the latest DEV branch, and here is how I am calling CFLINT
java -jar CFLint-1.5.1-SNAPSHOT-all.jar -folder ./ -filterFile cflintexclude.json -d
.cflintrc is in the folder /Users/aj/Projects/test/
{
"rule" : [],
"excludes" : [],
"includes" : [ {
"code": "AVOID_USING_ABORT"
} ],
"inheritParent" : false,
"parameters":{}
}
cflintexclude.json contains
[
{"file":".*/Users/aj/Projects/test/Application.cfc.*"},
{"file": ".*[Aa]pplication.cfc"},
{"file": ".*Application.cfc.*"}
]