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/AnnotationNoDedup.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/scala/chiselTests/AnnotationNoDedup.scala') diff --git a/src/test/scala/chiselTests/AnnotationNoDedup.scala b/src/test/scala/chiselTests/AnnotationNoDedup.scala index ff0005b4..5515f740 100644 --- a/src/test/scala/chiselTests/AnnotationNoDedup.scala +++ b/src/test/scala/chiselTests/AnnotationNoDedup.scala @@ -43,7 +43,6 @@ class UsesMuchUsedModule(addAnnos: Boolean) extends Module { class AnnotationNoDedup extends AnyFreeSpec with Matchers { val stage = new ChiselStage - // scalastyle:off line.size.limit "Firrtl provides transform that reduces identical modules to a single instance" - { "Annotations can be added which will prevent this deduplication for specific modules instances" in { val lowFirrtl = stage @@ -72,5 +71,4 @@ class AnnotationNoDedup extends AnyFreeSpec with Matchers { lowFirrtl should not include "module MuchUsedModule_4 :" } } - // scalastyle:on line.size.limit } -- cgit v1.2.3