We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4788665 commit a9267d4Copy full SHA for a9267d4
src/main/java/org/greencodeinitiative/creedengo/python/checks/DictionaryItemsUnused.java
@@ -31,7 +31,7 @@
31
import org.sonar.plugins.python.api.tree.Tree;
32
33
34
-@Rule(key ="GCI103")
+@Rule(key = "GCI103")
35
public class DictionaryItemsUnused extends PythonSubscriptionCheck {
36
37
public static final String DESCRIPTION = "Use dict.keys() or dict.values() instead of dict.items() when only one part of the key-value pair is used";
0 commit comments