Update verifyCodeStyle and applyCodeStyle to be what we really require (#30777)

Previously it included a coarse grained Java reformat which it seems was never
quite worked through (reformatting generated sources etc), so go back on that,
and make sure verifyCodeStyle is exactly what we require for PR validation to pass
(and that it does not diverge)
This commit is contained in:
Johan Andrén 2021-10-13 08:21:09 +02:00 committed by GitHub
parent 93a748b952
commit b859d9fc48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 16 deletions

View file

@ -32,7 +32,7 @@ jobs:
sbt -jvm-opts .jvmopts-ci \
-Dsbt.override.build.repos=false \
-Dsbt.log.noformat=false \
scalafmtCheckAll scalafmtSbtCheck headerCheckAll
verifyCodeStyle
pull-request-validation:
name: Check / Tests