Skip to content

Commit a45bbf2

Browse files
Merge pull request #100 from codacy/hotfix/high
fix: add new High severity
2 parents ed456e6 + eb6c39a commit a45bbf2

File tree

1 file changed

+1
-0
lines changed
  • codacy-plugins-api/src/main/scala/com/codacy/plugins/api/results

1 file changed

+1
-0
lines changed

codacy-plugins-api/src/main/scala/com/codacy/plugins/api/results/Result.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ object Result {
141141

142142
object Level extends Enumeration {
143143
val Err: Value = Value("Error")
144+
val High: Value = Value("High")
144145
val Warn: Value = Value("Warning")
145146
val Info: Value = Value("Info")
146147
}

0 commit comments

Comments
 (0)