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
Fix checkstyle config to use relative path for suppressions
- Changed from ${basedir}/etc/checkstyle/suppressions.xml to etc/checkstyle/suppressions.xml
- Fixes checkstyle configuration parsing error where ${basedir} property was not resolved
- Local validate phase now passes successfully
0 commit comments