refactor: increase max line length to 100

This commit is contained in:
Gleb Koval 2025-02-01 20:33:27 +00:00
parent 78ef878fb2
commit 7320052939
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 4 deletions

View File

@ -1,2 +1,4 @@
version = 3.8.6
runner.dialect = scala3
maxColumn = 100

View File

@ -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))