Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py

changeset 3589
48aded8560dc
parent 3588
ce1f00c0d96d
child 3590
5280e37405b8
--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sat May 17 18:48:13 2014 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sat May 17 18:53:04 2014 +0200
@@ -1240,8 +1240,7 @@
                     self.__error(docstringContext.start() + lineNumber, 0,
                                  "D232", 'private')
             elif functionName.startswith('_') or \
-                functionName.endswith('Event') or \
-                    functionName in ['event', 'eventFilter']:
+                functionName.endswith('Event'):
                 if firstWord != 'protected':
                     self.__error(docstringContext.start() + lineNumber, 0,
                              "D232", 'protected')

eric ide

mercurial