Skip to content

Instantly share code, notes, and snippets.

@thatcosmonaut
Created September 6, 2024 17:50
Show Gist options
  • Save thatcosmonaut/a85ab37adbae523f7b4d36e1df41fa97 to your computer and use it in GitHub Desktop.
Save thatcosmonaut/a85ab37adbae523f7b4d36e1df41fa97 to your computer and use it in GitHub Desktop.
Checks: "-*,readability-identifier-naming"
CheckOptions:
readability-identifier-naming.ParameterCase: camelBack
readability-identifier-naming.LocalVariableCase: camelBack
readability-identifier-naming.MemberIgnoredRegexp: "[A-Z]+.*"
readability-identifier-naming.MemberCase: camelBack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment