Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information