107 "A206", |
108 "A206", |
108 "A301", |
109 "A301", |
109 "A401", |
110 "A401", |
110 ), |
111 ), |
111 ), |
112 ), |
112 (self.__checkAnnotationsFuture, ("A871", "A872")), |
113 (self.__checkAnnotationsFuture, ("A871", "A872", "A873")), |
113 (self.__checkAnnotationsCoverage, ("A881",)), |
114 (self.__checkAnnotationsCoverage, ("A881",)), |
114 (self.__checkAnnotationComplexity, ("A891", "A892")), |
115 (self.__checkAnnotationComplexity, ("A891", "A892")), |
115 ] |
116 ] |
116 |
117 |
117 self.__checkers = [] |
118 self.__checkers = [] |