Skip to content

Commit

Permalink
test for #290
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Jun 20, 2017
1 parent feab887 commit 1040c2c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/com/cflint/tests/ExcludesAll/.cflintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"includes" : [ { } ],
"inheritParent" : false
}
13 changes: 13 additions & 0 deletions src/test/resources/com/cflint/tests/ExcludesAll/someErrors.cfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!---
This shouldn't ignore the missing var int the 2nd cfscript;
--->
<cfcomponent>

<cffunction name="testFunction" displayname="" access="public" output="false" returntype="void" hint="">
<cfscript>
var test = '';
someVar = '';
</cfscript>
</cffunction>

</cfcomponent>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ ]

0 comments on commit 1040c2c

Please sign in to comment.