-
Notifications
You must be signed in to change notification settings - Fork 84
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
Provide some rules around naming of variables and methods #109
Conversation
manipulation. added sample parmeter test
See the "MinLength" parm I added to the checker and to the test. |
…t for method name rules.
Refactored a bit and added new rules for method names. Mind double checking the change I made to CFlint.java to fix passing the method / function name about. |
Conflicts: src/main/java/com/cflint/plugins/Context.java
CFLint changes look fine. That is to get the function name into the context for the CFFunctionDeclaration itself? |
Exactly it needs the function name when parsing the CFFunctionDeclaration. |
perfect. thanks |
IMO this is good to go now, if no objections I'll merge into dev. |
looks good. thanks |
Conflicts: src/main/resources/cflint.definition.xml
Provide some rules around naming of variables and methods
Works but still a little more to do. Need to parametrize the rules a little so users can tune them. Any suggestions?