diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC22.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC22.json index 65726fb1..c2436b88 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC22.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC22.json @@ -7,7 +7,8 @@ "constantCost": "5min" }, "tags": [ - "ecocode" + "ecocode", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC34.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC34.json index 0b13ac9f..2f4ebc23 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC34.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC34.json @@ -9,7 +9,8 @@ "tags": [ "ecocode", "performance", - "memory" + "memory", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC4.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC4.json index 2bd85b26..fd07ddfb 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC4.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC4.json @@ -8,7 +8,8 @@ }, "tags": [ "ecocode", - "performance" + "performance", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC66.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC66.json index eb6a3469..fc97af31 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC66.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC66.json @@ -9,7 +9,8 @@ "tags": [ "ecocode", "performance", - "memory" + "memory", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC67.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC67.json index e7dbe830..436ec089 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC67.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC67.json @@ -8,7 +8,8 @@ }, "tags": [ "ecocode", - "performance" + "performance", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC69.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC69.json index 7072186f..f70bd942 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC69.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC69.json @@ -8,7 +8,8 @@ }, "tags": [ "ecocode", - "performance" + "performance", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC72.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC72.json index 873fab71..e8481490 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC72.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC72.json @@ -10,7 +10,8 @@ "ecocode", "performance", "memory", - "network" + "network", + "eco-design" ], "defaultSeverity": "Minor" } diff --git a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC74.json b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC74.json index 66c34d10..66c2ee25 100644 --- a/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC74.json +++ b/php-plugin/src/main/resources/fr/greencodeinitiative/l10n/php/rules/custom/EC74.json @@ -9,7 +9,8 @@ "tags": [ "ecocode", "performance", - "network" + "network", + "eco-design" ], "defaultSeverity": "Minor" }