We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee978d commit 8d332aaCopy full SHA for 8d332aa
.circleci/config.yml
@@ -188,7 +188,8 @@ workflows:
188
install_sbt_version: 1.10.5
189
openjdk_version: '17'
190
cmd: |
191
- sbt "scalafmtCheckAll;scalafmtSbtCheck;scalafixEnable;scalafix --test"
+ sbt "scalafmtCheckAll;scalafmtSbtCheck;scapegoat;scalafixEnable;scalafix --test"
192
+ cache_prefix: *cache_prefix
193
requires:
194
- compile
195
- codacy/sbt:
0 commit comments