eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py

changeset 8258
82b608e352ec
parent 8249
8232e8e4eeef
diff -r 28146736bbfc -r 82b608e352ec eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py	Tue Apr 20 19:47:39 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py	Wed Apr 21 17:56:12 2021 +0200
@@ -461,7 +461,6 @@
         maxAnnotationComplexity = self.__args.get(
             "MaximumComplexity",
             AnnotationsCheckerDefaultArgs["MaximumComplexity"])
-        # TODO: include 'MaximumLength' in CodeStyleCheckerDialog
         maxAnnotationLength = self.__args.get(
             "MaximumLength", AnnotationsCheckerDefaultArgs["MaximumLength"])
         typeAnnotations = []

eric ide

mercurial