Skip to content

Commit 0ca4d02

Browse files
GCI103 DictionaryItemsUnused fix: remove shell script and typo in GCIRulesIT
Co-authored-by: DataLabGroupe-CreditAgricole <[email protected]>
1 parent b68510c commit 0ca4d02

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/it/java/org/greencodeinitiative/creedengo/python/integration/tests/GCIRulesIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ void testGCI96() {
287287

288288
checkIssuesForFile(filePath, ruleId, ruleMsg, startLines, endLines, SEVERITY, TYPE, EFFORT_10MIN);
289289
}
290+
291+
@Test
290292
void testGCI97(){
291293
String filePath = "src/optimizeSquareComputation.py";
292294
String ruleId = "creedengo-python:GCI97";
@@ -301,6 +303,7 @@ void testGCI97(){
301303
checkIssuesForFile(filePath, ruleId, ruleMsg, startLines, endLines, SEVERITY, TYPE, EFFORT_1MIN);
302304
}
303305

306+
@Test
304307
void testGCI103(){
305308

306309
String filePath = "src/dictionaryItemsUnused.py";

test.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)