diff --git a/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny5.cfc b/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny5.cfc new file mode 100644 index 000000000..d059f3902 --- /dev/null +++ b/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny5.cfc @@ -0,0 +1,25 @@ + + + + + + + SELECT + siteID + FROM + somthing WITH (NOLOCK) + WHERE + isLive = 1 + + + + + + + variables.siteDetailList[siteID] = {"siteName"="hello"}; // cflint ignore:MISSING_VAR + + + + + + \ No newline at end of file diff --git a/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny5.expected.txt b/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny5.expected.txt new file mode 100644 index 000000000..8878e547a --- /dev/null +++ b/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny5.expected.txt @@ -0,0 +1 @@ +[ ] \ No newline at end of file