don't enable SemanticDB on CI

Don't enable SemanticDB on CI for now since it doesn't support 2.10.
This commit is contained in:
Eugene Yokota 2021-01-10 15:26:26 -05:00
parent a6d03c819c
commit 2f392ac264
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
ThisBuild / turbo := true
ThisBuild / usePipelining := false // !(Global / insideCI).value
Global / semanticdbEnabled := true
Global / semanticdbEnabled := !(Global / insideCI).value
val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys")
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
Global / excludeLint += componentID