Skip to content

Commit

Permalink
#467 test added
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Dec 16, 2017
1 parent 09bc7d6 commit fae865e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/resources/com/cflint/tests/Ignores/ignore_467.cfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<cfcomponent>
<cffunction name="testFunction" displayname="" access="public" output="false" returntype="void" hint="">
<!---
@CFLintIgnore UNUSED_METHOD_ARGUMENT
--->
<CFargument name="unused" type="string" required="false">
</cffunction>
</cfcomponent>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version" : "",
"timestamp" : 1513460215,
"issues" : [ ],
"counts" : {
"totalFiles" : 0,
"totalLines" : 0,
"countByCode" : [ ],
"countBySeverity" : [ ]
}
}

0 comments on commit fae865e

Please sign in to comment.