You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've using a customize version to find keys that don't match the convention I'm looking for, but have been trying to think of a more customizable way for this to be done.
For example, I'm okay with a key like externalATM, while the camel would want it to be externalAtm. My thought was to have key-naming-case support a "regex" setting, and have another parameter to set that regex.
I've using a customize version to find keys that don't match the convention I'm looking for, but have been trying to think of a more customizable way for this to be done.
For example, I'm okay with a key like
externalATM
, while thecamel
would want it to beexternalAtm
. My thought was to havekey-naming-case
support a "regex" setting, and have another parameter to set that regex.So something like:
This would allow others more flexibility on how they want their keys name.
The text was updated successfully, but these errors were encountered: