From 0a478020bbf2255f1818ea2978186a1f17e3396d Mon Sep 17 00:00:00 2001 From: "romain.goussu@exalt-it.com" Date: Wed, 29 May 2024 17:29:17 +0200 Subject: [PATCH] feat(rules): updated rule list --- .../main/resources/ecocode_swift_profile.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/swift-lang/src/main/resources/ecocode_swift_profile.json b/swift-lang/src/main/resources/ecocode_swift_profile.json index 5a72126..c4d584f 100644 --- a/swift-lang/src/main/resources/ecocode_swift_profile.json +++ b/swift-lang/src/main/resources/ecocode_swift_profile.json @@ -2,16 +2,14 @@ "name": "ecoCode", "ruleKeys": [ "EC505", - "EC506", - "EC602", - "EC543", - "EC521", - "EC522", - "EC547", - "EC523", - "EC503", - "EC603", + "EC509", "EC512", - "EC513" + "EC513", + "EC520", + "EC522", + "EC524", + "EC530", + "EC533", + "EC603" ] }