Skip to content

Commit 500ecf2

Browse files
author
Roman Janusz
committed
changed default level of ConstantDeclarations to Off
1 parent 2a943b8 commit 500ecf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-analyzer/src/main/scala/com/avsystem/commons/analyzer/ConstantDeclarations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package analyzer
33

44
import scala.tools.nsc.Global
55

6-
class ConstantDeclarations(g: Global) extends AnalyzerRule(g, "constantDeclarations") {
6+
class ConstantDeclarations(g: Global) extends AnalyzerRule(g, "constantDeclarations", Level.Off) {
77

88
import global._
99

0 commit comments

Comments
 (0)