This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Add PSSA test for camelCase/PascalCase for variables and parameters #303
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Details of the problem, bug, or enhancement
Many projects follow camelCase and PascalCase style guidelines and are often missed when reviewing. A custom rule for this would be very helpful. I understand a perfect solution would not be possible, but something to catch the obvious.
Verbose logs showing the problem (if applicable)
Suggested solution to the issue
I am currently working on 2 custom rules for this for our project. It is continuing what was started here:
https://github.com/MathieuBuisson/PowerShell-DevOps/tree/master/CustomPSScriptAnalyzerRules
These would be useful as "opt-in" rules that are potentially not enabled by default.
The text was updated successfully, but these errors were encountered: