diff options
| author | Albert Magyar | 2020-07-14 11:29:05 -0700 |
|---|---|---|
| committer | Albert Magyar | 2020-07-14 12:55:35 -0700 |
| commit | 63bfb32c72e4db52bd376b3fd96bb0247ee167fb (patch) | |
| tree | 3eab583976d357c5364062c58fa857aab7e85a0c /src/main/scala/firrtl/options | |
| parent | 82956e47b6348cad8776e01e37ba6ed74a6c750d (diff) | |
Delete outdated scalastyle configuration comments from source
Diffstat (limited to 'src/main/scala/firrtl/options')
| -rw-r--r-- | src/main/scala/firrtl/options/StageUtils.scala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/options/StageUtils.scala b/src/main/scala/firrtl/options/StageUtils.scala index 8a92b82b..3983f653 100644 --- a/src/main/scala/firrtl/options/StageUtils.scala +++ b/src/main/scala/firrtl/options/StageUtils.scala @@ -8,7 +8,6 @@ object StageUtils { /** Print a warning message (in yellow) * @param message error message */ - //scalastyle:off regex def dramaticWarning(message: String): Unit = { println(Console.YELLOW + "-"*78) println(s"Warning: $message") @@ -19,7 +18,6 @@ object StageUtils { * @param message error message * @note This does not stop the Driver. */ - //scalastyle:off regex def dramaticError(message: String): Unit = { println(Console.RED + "-"*78) println(s"Error: $message") |
