From 495b1073633f87423aba8fd64864e42e0dbef7e4 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 2 May 2018 21:37:06 -0400 Subject: [PATCH] Lint txt files for line length, spacing, grammar Change-Id: I1d4fb4827c998ad2591c459910ac4314716a2abe Signed-off-by: Daniel Farrell --- .coafile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.16.6