summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorNguyen Van Trung <trungnv@vn.fujitsu.com>2017-11-30 08:27:38 +0700
committerNguyen Van Trung <trungnv@vn.fujitsu.com>2017-11-30 08:28:55 +0700
commitabb3460b9e43b374eed8095936d9120979de46e4 (patch)
tree5b44c7fabf62d1e267e4a532a205ea039c91f411 /HACKING.rst
parent196e6d95312cda64899baadbce9709325c25de3e (diff)
downloadtrove-abb3460b9e43b374eed8095936d9120979de46e4.tar.gz
Add doc8 to pep8 check for trove project
This patch adds a doc8 check of .rst files to the current pep8 check. It includes fixes to the .rst files that didn't pass the check. Change-Id: I866ee72cfdd6067ae219a751aa7c2a0c391886f7
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index bceaba41..8aa52182 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -4,4 +4,5 @@ Trove Library Specific Commandments
- [T101] Validate that LOG messages, except debug ones, are translated
- [T102] Validate that debug level logs are not translated
- [T103] Exception messages should be translated
-- [T104] Python 3 is not support basestring,replace basestring with six.string_types
+- [T104] Python 3 is not support basestring,replace basestring with
+ six.string_types