diff --git a/sonar-scala-plugin/sonarpedia.json b/sonar-scala-plugin/sonarpedia.json index 1895124..1bab837 100644 --- a/sonar-scala-plugin/sonarpedia.json +++ b/sonar-scala-plugin/sonarpedia.json @@ -3,7 +3,7 @@ "languages": [ "SCALA" ], - "latest-update": "2024-11-28T14:02:05.932547125Z", + "latest-update": "2025-05-05T12:40:03.200499585Z", "options": { "no-language-in-filenames": true, "preserve-filenames": true diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S104.json b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S104.json index 0c77203..2b3b34f 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S104.json +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S104.json @@ -13,6 +13,7 @@ "constantCost": "1h" }, "tags": [ + "architecture", "brain-overload" ], "defaultSeverity": "Major", diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1135.json b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1135.json index 49038ec..4b753d0 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1135.json +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1135.json @@ -3,7 +3,7 @@ "type": "CODE_SMELL", "code": { "impacts": { - "MAINTAINABILITY": "LOW" + "MAINTAINABILITY": "INFO" }, "attribute": "COMPLETE" }, diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1313.html b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1313.html index 575f85c..2d148d9 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1313.html +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1313.html @@ -41,8 +41,8 @@

Exceptions

  • Loopback addresses 127.0.0.0/8 in CIDR notation (from 127.0.0.0 to 127.255.255.255)
  • Broadcast address 255.255.255.255
  • Non-routable address 0.0.0.0
  • -
  • Strings of the form 2.5.<number>.<number> as they often match - Object Identifiers (OID)
  • +
  • Strings of the form 2.5.<number>.<number> as they often + match Object Identifiers (OID)
  • Addresses in the ranges 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, reserved for documentation purposes by RFC 5737
  • Addresses in the range 2001:db8::/32, reserved for documentation purposes by RFC diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S138.json b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S138.json index 9c300b6..b1d45c0 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S138.json +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S138.json @@ -13,6 +13,7 @@ "constantCost": "20min" }, "tags": [ + "architecture", "brain-overload" ], "defaultSeverity": "Major", diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1451.json b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1451.json index 2ce4351..c5cba03 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1451.json +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1451.json @@ -12,7 +12,9 @@ "func": "Constant\/Issue", "constantCost": "5min" }, - "tags": [], + "tags": [ + "convention" + ], "defaultSeverity": "Blocker", "ruleSpecification": "RSPEC-1451", "sqKey": "S1451", diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1764.json b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1764.json index 31ccc4e..b9b0774 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1764.json +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S1764.json @@ -12,7 +12,9 @@ "func": "Constant\/Issue", "constantCost": "2min" }, - "tags": [], + "tags": [ + "suspicious" + ], "defaultSeverity": "Major", "ruleSpecification": "RSPEC-1764", "sqKey": "S1764", diff --git a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S3776.json b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S3776.json index d00a267..47ecaf5 100644 --- a/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S3776.json +++ b/sonar-scala-plugin/src/main/resources/org/sonar/l10n/scala/rules/scala/S3776.json @@ -15,6 +15,7 @@ "linearFactor": "1min" }, "tags": [ + "architecture", "brain-overload" ], "defaultSeverity": "Critical",