From 770662c69d2e1b86d54a4ec9cf3c3b0e765aee3e Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 4 Mar 2017 14:33:00 -0500 Subject: [PATCH] #239 --- .../sample_239.expected.txt | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/test/resources/com/cflint/tests/VariableNameChecker/sample_239.expected.txt b/src/test/resources/com/cflint/tests/VariableNameChecker/sample_239.expected.txt index 99037cfc7..8878e547a 100644 --- a/src/test/resources/com/cflint/tests/VariableNameChecker/sample_239.expected.txt +++ b/src/test/resources/com/cflint/tests/VariableNameChecker/sample_239.expected.txt @@ -1,17 +1 @@ -[ { - "severity" : "INFO", - "id" : "VAR_ALLCAPS_NAME", - "message" : "VAR_ALLCAPS_NAME", - "category" : "CFLINT", - "abbrev" : "VA", - "locations" : [ { - "file" : "src/test/resources/com/cflint/tests/VariableNameChecker/sample_239.cfc", - "fileName" : "sample_239.cfc", - "function" : "", - "column" : "0", - "line" : "8", - "message" : "Variable VARIABLE should not be upper case.", - "variable" : "VARIABLE", - "expression" : "" - } ] -} ] \ No newline at end of file +[ ] \ No newline at end of file