From 87c2af08826e2dff12f0b580c670d61e8c97c498 Mon Sep 17 00:00:00 2001 From: Gilles Grousset Date: Thu, 8 Jan 2015 12:36:31 +0100 Subject: [PATCH] Updated rules.txt --- src/main/resources/org/sonar/plugins/oclint/rules.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/org/sonar/plugins/oclint/rules.txt b/src/main/resources/org/sonar/plugins/oclint/rules.txt index 2903560c..beb11d6b 100644 --- a/src/main/resources/org/sonar/plugins/oclint/rules.txt +++ b/src/main/resources/org/sonar/plugins/oclint/rules.txt @@ -32,7 +32,7 @@ broken null check Summary: The broken nil check in Objective-C in some cases returns just the opposite result. -Severity: 3 +Severity: 4 Category: OCLint broken nil check @@ -40,7 +40,7 @@ broken nil check Summary: -Severity: 2 +Severity: 4 Category: OCLint broken oddness check @@ -264,7 +264,7 @@ misplaced nil check Summary: -Severity: 3 +Severity: 4 Category: OCLint missing break in switch statement