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 recently modified one of the modules in checkstyles.xml to ignore checks for Java constants that begin with an underscore. However, after further research and discussions with my colleagues, I believe we should revert this rule and instead update the Java constants to align with recommended Java guidelines. This change will help maintain code consistency and adherence to best practices. Apply the new changes to the entire HIRS_UTILS module.
ThatSilentCoder
changed the title
Undo checkstyle change in checkstyle.xml and apply new changes to HIRS_UTILS
Revert Checkstyle rule in Checkstyle.xml and Apply New Changes to HIRS_UTILS
Oct 29, 2024
I recently modified one of the modules in checkstyles.xml to ignore checks for Java constants that begin with an underscore. However, after further research and discussions with my colleagues, I believe we should revert this rule and instead update the Java constants to align with recommended Java guidelines. This change will help maintain code consistency and adherence to best practices. Apply the new changes to the entire HIRS_UTILS module.
Revert the following ...
to this:
<module name="ConstantName"/>
The text was updated successfully, but these errors were encountered: