This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Description
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.