From: Daniel Farrell Date: Thu, 3 May 2018 01:37:06 +0000 (-0400) Subject: Lint txt files for line length, spacing, grammar X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F10392%2F1;p=lfn%2Fprocess.git Lint txt files for line length, spacing, grammar Change-Id: I1d4fb4827c998ad2591c459910ac4314716a2abe Signed-off-by: Daniel Farrell --- diff --git a/.coafile b/.coafile index e9a976c..5fdb18c 100644 --- a/.coafile +++ b/.coafile @@ -13,19 +13,19 @@ files = **.rst [all.linelength] bears = LineLengthBear -files = **.rst +files = **.rst, **.txt max_line_length = 80 [all.spacing] bears = SpaceConsistencyBear -files = **.rst +files = **.rst, **.txt use_spaces = True enforce_newline_at_EOF = False default_actions = SpaceConsistencyBear: ApplyPatchAction [all.grammar] bears = WriteGoodLintBear -files = **.rst +files = **.rst, **.txt allow_so_beginning = False allow_there_is = False allow_cliche_phrases = False