Ryan Mueller

Results 3 issues of Ryan Mueller

In the example below, the rule alerts as expected for the variable `test` but does not for the variable `theCfc` inside the closure. Is this behaving as expected? ![Snag_13774364](https://user-images.githubusercontent.com/168185/103394811-4bd83880-4af0-11eb-8f50-808fe77f3881.png)

bug

When attempting to use camelCase for the `ComponentNameChecker.case` parameter I noticed it's still applying the PascalCase logic. Digging into the code it looks like the issue is an incomplete method...

bug