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
Currently CFLintStats calculates totalsize as the sum of the length of the files scanned.
I dug around a bit in what Findbugs for Java does and it's the sum of lines of code over there. Can we adjust that in CFLintStats, @ryaneberly ?
The text was updated successfully, but these errors were encountered:
#303 fixed
49ad30f
Sorry, something went wrong.
cflint#303 - Fixed report output to cater for LOC and put additional …
bc487c3
…comments into CFLintStats.
Merge pull request #305 from TheRealAgentK/dev
eaffc83
#303 Remaining fixes
Adjusted the HTML report output LOC, closing ticket.
TheRealAgentK
ryaneberly
No branches or pull requests
Currently CFLintStats calculates totalsize as the sum of the length of the files scanned.
I dug around a bit in what Findbugs for Java does and it's the sum of lines of code over there. Can we adjust that in CFLintStats, @ryaneberly ?
The text was updated successfully, but these errors were encountered: