Add hacking checks related to logging guideliness
As soon as we have logging guideliness now it's better for us to have an automated hacking checks at least for some points of it. Change-Id: I1cef618a83a23f23304b4a40eb8d4263d8b89c70
This commit is contained in:
15
HACKING.rst
15
HACKING.rst
@@ -29,3 +29,18 @@ Dictionaries/Lists
|
||||
- [S368] Must use a dict comprehension instead of a dict constructor with a
|
||||
sequence of key-value pairs. For more information, please refer to
|
||||
http://legacy.python.org/dev/peps/pep-0274/
|
||||
=======
|
||||
Logs
|
||||
----
|
||||
|
||||
- [S369] Check LOG.info translations
|
||||
|
||||
- [S370] Check LOG.error translations
|
||||
|
||||
- [S371] Check LOG.warning translations
|
||||
|
||||
- [S372] Check LOG.critical translation
|
||||
|
||||
- [S373] LOG.debug never used for translations
|
||||
|
||||
- [S374] You used a deprecated log level
|
||||
|
||||
Reference in New Issue
Block a user