Skip to content

Commit 8d332aa

Browse files
committed
revert scapegoat
1 parent fee978d commit 8d332aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ workflows:
188188
install_sbt_version: 1.10.5
189189
openjdk_version: '17'
190190
cmd: |
191-
sbt "scalafmtCheckAll;scalafmtSbtCheck;scalafixEnable;scalafix --test"
191+
sbt "scalafmtCheckAll;scalafmtSbtCheck;scapegoat;scalafixEnable;scalafix --test"
192+
cache_prefix: *cache_prefix
192193
requires:
193194
- compile
194195
- codacy/sbt:

0 commit comments

Comments
 (0)