From: Thanh Ha Date: Wed, 2 May 2018 20:23:17 +0000 (-0400) Subject: Activate linting for RST documents X-Git-Tag: v0.1.0~34 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3a19315b92fec01a9cf5b37668d0c377c3b172b5;p=releng%2Fcommon-packer.git Activate linting for RST documents Change-Id: Ie91caab378e320111962dcb640fe3c10ab02b4e8 Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index e6149a9..c6b8dcf 100644 --- a/.coafile +++ b/.coafile @@ -8,6 +8,11 @@ ignore = .tox/**, **.sw?, **.orig +[all.Documentation] +bears = SpaceConsistencyBear,WriteGoodLintBear +files = docs/**.rst +use_spaces = true + [all.GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by,