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 4d2a90c commit 467cc4aCopy full SHA for 467cc4a
src/main/java/fr/greencodeinitiative/python/PythonRuleRepository.java
@@ -61,6 +61,7 @@ public List<Class> checkClasses() {
61
AvoidTryCatchWithFileOpenedCheck.class,
62
AvoidUnlimitedCache.class,
63
AvoidUnoptimizedVectorImagesCheck.class,
64
+ NoFunctionCallWhenDeclaringForLoop.class,
65
AvoidFullSQLRequest.class,
66
AvoidListComprehensionInIterations.class,
67
DetectUnoptimizedImageFormat.class,
0 commit comments