Add Checkstyle and Prettier to BFF #65

Merged
stne3960 merged 15 commits from chore/checkstyle into main 2026-01-13 13:17:19 +01:00
Showing only changes of commit a403a01e07 - Show all commits

View File

@ -5,6 +5,8 @@ WORKDIR /build
COPY mvnw mvnw
COPY .mvn/ .mvn/
COPY pom.xml pom.xml
COPY checkstyle-configuration.xml checkstyle-configuration.xml
COPY checkstyle-suppressions.xml checkstyle-suppressions.xml
RUN ./mvnw dependency:go-offline \
--batch-mode \