83 ), |
83 ), |
84 "L114": QCoreApplication.translate( |
84 "L114": QCoreApplication.translate( |
85 "LoggingChecker", |
85 "LoggingChecker", |
86 "avoid exc_info=True outside of exception handlers", |
86 "avoid exc_info=True outside of exception handlers", |
87 ), |
87 ), |
|
88 "L115": QCoreApplication.translate( |
|
89 "LoggingChecker", |
|
90 "avoid logging calls on the root logger", |
|
91 ), |
88 } |
92 } |
89 |
93 |
90 _loggingMessagesSampleArgs = { |
94 _loggingMessagesSampleArgs = { |
91 ## Logging |
95 ## Logging |
92 "L103": ["'pathname'"], |
96 "L103": ["'pathname'"], |