diff options
author | Tin Lam <tin@irrational.io> | 2019-02-02 14:27:11 -0600 |
---|---|---|
committer | Tin Lam <tin@irrational.io> | 2019-02-02 20:30:48 +0000 |
commit | e6af6ae87e1d9265a09204eaf955a4965ad7e15f (patch) | |
tree | bc378b8aeafe49265b2cb44b315fa4346b0ccd2b | |
parent | b79d5b7a988c62553bd674d0aa9688d412473426 (diff) |
Fix a tox mismatch
This is patch set adds in a trivial fix for a mismatch between a comment
and the actual hacking rule that is being enabled.
Change-Id: I7b1b6146f0cc0222d050e9aabd42a965af63730f
Signed-off-by: Tin Lam <tin@irrational.io>
Notes
Notes (review):
Code-Review+2: Felipe Monteiro <felipe.monteiro@att.com>
Workflow+1: Felipe Monteiro <felipe.monteiro@att.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Mon, 04 Feb 2019 05:48:27 +0000
Reviewed-on: https://review.openstack.org/634580
Project: openstack/airship-pegleg
Branch: refs/heads/master
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ commands = {posargs} | |||
80 | filename = *.py | 80 | filename = *.py |
81 | show-source = true | 81 | show-source = true |
82 | # [H106] Don't put vim configuration in source files. | 82 | # [H106] Don't put vim configuration in source files. |
83 | # [H210] Require 'autospec', 'spec', or 'spec_set' in mock.patch/mock.patch.object calls | 83 | # [H201] No 'except:' at least use 'except Exception:' |
84 | # [H904] Delay string interpolations at logging calls. | 84 | # [H904] Delay string interpolations at logging calls. |
85 | enable-extensions = H106,H201,H904 | 85 | enable-extensions = H106,H201,H904 |
86 | # TODO(lamt) Clean up these docstring violations if possible | 86 | # TODO(lamt) Clean up these docstring violations if possible |