We should be linting our reStructuredText documentation as well.
Change-Id: Iff5c8f142a8dbc58550cc749c2742094bf13954d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
files = **.md, **.markdown
use_spaces = true
+[all.reStructuredText]
+bears = SpaceConsistencyBear,WriteGoodLintBear
+files = **.rst
+use_spaces = true
+ignore = .git/**,
+ .tox/**,
+ docs/jjb/lf-ci-jobs.rst,
+ docs/jjb/lf-macros.rst,
+ docs/jjb/lf-maven-jobs.rst
+
[all.ShellCheck]
bears = ShellCheckBear,SpaceConsistencyBear
files = **.sh