refactor: increase max line length to 100
This commit is contained in:
parent
78ef878fb2
commit
7320052939
@ -1,2 +1,4 @@
|
||||
version = 3.8.6
|
||||
runner.dialect = scala3
|
||||
|
||||
maxColumn = 100
|
||||
|
@ -5,10 +5,7 @@ import org.scalatest.flatspec.AnyFlatSpec
|
||||
import org.scalatest.Inspectors.forEvery
|
||||
import parsley.{Success, Failure}
|
||||
|
||||
class ParallelExamplesSpec
|
||||
extends AnyFlatSpec
|
||||
with BeforeAndAfterAll
|
||||
with ParallelTestExecution {
|
||||
class ParallelExamplesSpec extends AnyFlatSpec with BeforeAndAfterAll with ParallelTestExecution {
|
||||
val files =
|
||||
allWaccFiles("wacc-examples/valid").map { p =>
|
||||
(p.toString, List(0))
|
||||
|
Loading…
x
Reference in New Issue
Block a user