Open andyj opened 4 years ago
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/
/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.*"} ]
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/
cflintexclude.json contains