masakari/masakari/hacking
Takashi NATSUME 8e601d1183 Add a hacking rule to enforce use of LOG.warning
LOG.warn is deprecated.
LOG.warning should be used instead of LOG.warn.
So add the following hacking rule.

- [M331] LOG.warn is deprecated. Enforce use of LOG.warning.

Change-Id: I1f99331e2a51f8295eac0734aa653b4ff04ccf65
Closes-Bug: #1508442
2016-08-04 09:45:40 +09:00
..
__init__.py Add hacking checks 2016-07-20 12:47:50 +05:30
checks.py Add a hacking rule to enforce use of LOG.warning 2016-08-04 09:45:40 +09:00