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 error when running specific Maven module
Fixes:
```
Failed during checkstyle configuration: cannot initialize module Header - illegal value '.checkstyle-header' for property 'headerFile': com.puppycrawl.tools.checkstyle.api.CheckstyleException: Unable to find: .checkstyle-header
```
When running a specific module (e.g. `vulnerability-analyzer`) via `mvn quarkus:dev`.
Signed-off-by: nscuro <[email protected]>
0 commit comments