Lint txt files for line length, spacing, grammar 92/10392/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 3 May 2018 01:37:06 +0000 (21:37 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 3 May 2018 01:37:06 +0000 (21:37 -0400)
Change-Id: I1d4fb4827c998ad2591c459910ac4314716a2abe
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.coafile

index e9a976c..5fdb18c 100644 (file)
--- 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