-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d25e115
commit 770662c
Showing
1 changed file
with
1 addition
and
17 deletions.
There are no files selected for viewing
18 changes: 1 addition & 17 deletions
18
src/test/resources/com/cflint/tests/VariableNameChecker/sample_239.expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" : "" | ||
} ] | ||
} ] | ||
[ ] |