From 7e9f424fb7dcd11c894ceb9f6f049fd9eda80632 Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Mon, 20 Jul 2020 12:11:44 -0700 Subject: Delete outdated scalastyle configuration comments from source --- src/test/scala/chiselTests/IntervalSpec.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/scala/chiselTests/IntervalSpec.scala') diff --git a/src/test/scala/chiselTests/IntervalSpec.scala b/src/test/scala/chiselTests/IntervalSpec.scala index 1f813442..0babed41 100644 --- a/src/test/scala/chiselTests/IntervalSpec.scala +++ b/src/test/scala/chiselTests/IntervalSpec.scala @@ -19,7 +19,6 @@ import firrtl.{FIRRTLException, HighFirrtlCompiler, LowFirrtlCompiler, MiddleFir import org.scalatest.freespec.AnyFreeSpec import org.scalatest.matchers.should.Matchers -//scalastyle:off magic.number //noinspection TypeAnnotation object IntervalTestHelper { @@ -30,7 +29,6 @@ object IntervalTestHelper { * @param gen the generator for the module * @return the Verilog code as a string. */ - //scalastyle:off cyclomatic.complexity def makeFirrtl[T <: RawModule](compilerName: String)(gen: () => T): String = { (new ChiselStage) .execute(Array("--compiler", compilerName, -- cgit v1.2.3