Skip to content

Commit

Permalink
REVERT: disable discipline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alextheimer committed Sep 27, 2023
1 parent 05c2fd1 commit c73a9f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/FiloSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ object FiloSettings {
"-Xlint:unchecked"
))

lazy val disciplineSettings =
compilerSettings ++
lintSettings ++
styleSettings ++
evictionSettings ++
consoleSettings
lazy val disciplineSettings = Seq()
// compilerSettings ++
// lintSettings ++
// styleSettings ++
// evictionSettings ++
// consoleSettings

lazy val testSettings = Seq(
parallelExecution in Test := false,
Expand Down

0 comments on commit c73a9f3

Please sign in to comment.