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 --- core/src/main/scala/chisel3/Annotation.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/main/scala/chisel3/Annotation.scala') diff --git a/core/src/main/scala/chisel3/Annotation.scala b/core/src/main/scala/chisel3/Annotation.scala index e54b1bf9..104fc575 100644 --- a/core/src/main/scala/chisel3/Annotation.scala +++ b/core/src/main/scala/chisel3/Annotation.scala @@ -39,7 +39,7 @@ final case class ChiselLegacyAnnotation private[chisel3] ( } private[chisel3] object ChiselLegacyAnnotation -object annotate { // scalastyle:ignore object.name +object annotate { def apply(anno: ChiselAnnotation): Unit = { Builder.annotations += anno } @@ -82,7 +82,7 @@ object annotate { // scalastyle:ignore object.name * in [[chisel3.Driver]] will pass the annotations to FIRRTL automatically. */ -object doNotDedup { // scalastyle:ignore object.name +object doNotDedup { /** Marks a module to be ignored in Dedup Transform in Firrtl * * @param module The module to be marked -- cgit v1.2.3