diff options
author | Derrick J. Wippler <thrawn01@gmail.com> | 2015-09-03 12:07:19 -0500 |
---|---|---|
committer | Derrick J. Wippler <thrawn01@gmail.com> | 2015-09-09 15:25:05 -0500 |
commit | b7fc72c688ab0eaeb4a85a9af3a26428a94854c5 (patch) | |
tree | 053e21fbc1df0a86da7db18569580bfa81ce25be /HACKING.rst | |
parent | de64f5ad716676b7180365798efc3ea69a4fef0e (diff) | |
download | cinder-b7fc72c688ab0eaeb4a85a9af3a26428a94854c5.tar.gz |
Hacking log format arg check
Added hacking check for log lines that accidently pass a tuple as the
second argument when providing format arguments.
Change-Id: Ifba23948f9fb49e9f6a1ee7e743aba0cd864c827
Closes-Bug: 1415241
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst index 2dd920cd5..3b0d67285 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -26,6 +26,7 @@ Cinder Specific Commandments - [C307] LOG.warn is deprecated. Enforce use of LOG.warning. - [C308] timeutils.isotime() must not be used (deprecated). - [C309] Unit tests should not perform logging. +- [C310] Check for improper use of logging format arguments. General ------- |