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 execution to use Maven validate phase
- Changed from direct checkstyle:check with manual config to validate phase
- This ensures proper resolution of ${basedir} property in checkstyle config
- Uses the checkstyle execution already defined in pom.xml (lines 535-555)
0 commit comments