Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@CFLintIgnore UNUSED_METHOD_ARGUMENT ignored #467

Closed
zspitzer opened this issue Sep 15, 2017 · 3 comments
Closed

@CFLintIgnore UNUSED_METHOD_ARGUMENT ignored #467

zspitzer opened this issue Sep 15, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@zspitzer
Copy link

<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>
@ryaneberly ryaneberly added the bug label Oct 14, 2017
ryaneberly added a commit that referenced this issue Dec 16, 2017
@ryaneberly
Copy link
Contributor

I added ignore_467.cfc in dev branch,and it seems to be working as designed.

@ryaneberly ryaneberly self-assigned this Dec 16, 2017
@ryaneberly ryaneberly added this to the 1.3.0 milestone Dec 16, 2017
@ryaneberly
Copy link
Contributor

duplicate #489

@ryaneberly
Copy link
Contributor

Reopen if you can still duplicate in dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants