You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nebula-archrules-gradle-plugin/src/test/kotlin/com/netflix/nebula/archrules/gradle/ArchrulesRunnerPluginTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -476,7 +476,7 @@ archRules {
476
476
priority("HIGH")
477
477
}
478
478
ruleName("deprecated") {
479
-
priority("LOW")
479
+
priority("MEDIUM")
480
480
}
481
481
}
482
482
"""
@@ -502,7 +502,7 @@ archRules {
502
502
val deprecatedResults = results.filter { it.rule.ruleName.equals("deprecated") }
0 commit comments