We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.5 (via commandbox-cflint, v2.3)
Here's a gist with a function defined via <cffunction> tags with a CFScript body that is 101 lines long.
<cffunction>
I am using this .cflintrc file, in the same directory:
.cflintrc
{ "rule": [ ], "excludes": [ ], "includes": [ {"code": "EXCESSIVE_FUNCTION_LENGTH"} ], "inheritParent": false, "parameters": {} }
Here's the output of my test run:
root@3200b7c82b5e:/app# wc -l test/cflint/scriptInFunction.cfm 101 test/cflint/scriptInFunction.cfm root@3200b7c82b5e:/app# box cflint test/cflint/scriptInFunction.cfm Total Files: 1 Total Lines: 102 root@3200b7c82b5e:/app#
It should be reporting a warning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
v1.5 (via commandbox-cflint, v2.3)
Here's a gist with a function defined via
<cffunction>
tags with a CFScript body that is 101 lines long.I am using this
.cflintrc
file, in the same directory:Here's the output of my test run:
It should be reporting a warning.
The text was updated successfully, but these errors were encountered: