Merge "Add missing LOG.debug to hacking rule"

This commit is contained in:
Jenkins 2017-07-11 01:49:09 +00:00 committed by Gerrit Code Review
commit 1b1df70d76
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
import re
_all_log_levels = {'critical', 'error', 'exception', 'info', 'warning'}
_all_log_levels = {'critical', 'error', 'exception', 'info',
'warning', 'debug'}
_all_hints = {'_LC', '_LE', '_LI', '_', '_LW'}