format source with scalafmt, #2
This commit is contained in:
parent
0e876025e8
commit
15b163da74
980 changed files with 8776 additions and 8578 deletions
|
|
@ -39,7 +39,7 @@ object TestExtras {
|
|||
onlyTestTags := Params.testTagsOnly,
|
||||
// add filters for tests excluded by name
|
||||
Test / testOptions ++= excludeTestNames.value.toSeq.map(exclude =>
|
||||
Tests.Filter(test => !test.contains(exclude))),
|
||||
Tests.Filter(test => !test.contains(exclude))),
|
||||
// add arguments for tests excluded by tag
|
||||
Test / testOptions ++= {
|
||||
val tags = excludeTestTags.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue