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
Currently CheckStyle is set to Warning Level for several modules. This is because we have to do a lot of code cleanup to adhere to rules specified in checkstyle specification.
Without adding/changing any logic : only address the style sheet errors.
A plugin can be used to auto-fix the checkstyle violations. But this requires post-fix validation to ensure there is no inadvertent logic changes performed by any plugin that is used.
Other way is to fix manually each module.
Ensure the current code base adheres to the checkstyle by running the autofixer on the entire code base.
The text was updated successfully, but these errors were encountered:
Currently CheckStyle is set to Warning Level for several modules. This is because we have to do a lot of code cleanup to adhere to rules specified in checkstyle specification.
Without adding/changing any logic : only address the style sheet errors.
A plugin can be used to auto-fix the checkstyle violations. But this requires post-fix validation to ensure there is no inadvertent logic changes performed by any plugin that is used.
Other way is to fix manually each module.
Ensure the current code base adheres to the checkstyle by running the autofixer on the entire code base.
The text was updated successfully, but these errors were encountered: