From rusty at rustcorp.com.au Fri May 26 05:02:39 2017 From: rusty at rustcorp.com.au (Rusty Russell) Date: Fri, 26 May 2017 14:32:39 +0930 Subject: [Lightning-dev] lightning-rfc [PATCH] Enable travis to spellcheck BOLT#10 to 99 In-Reply-To: References: Message-ID: <87o9ug1a8g.fsf@rustcorp.com.au> ZmnSCPxj writes: > Good morning Rusty, > > I made a tiny patch to enable travis to spellcheck future BOLT#10 and so on. Thanks, good catch! I've pushed this straight to the repo. Cheers, Rusty. > Regards, > ZmnSCPxj > From 7e6593154f024dcc247cc4c88f4d4a60bd5b6987 Mon Sep 17 00:00:00 2001 > From: "ZmnSCPxj" > Date: Fri, 25 May 2017 19:13:34 +0000 > Subject: [PATCH] Enable travis to spellcheck BOLT#10 to 99. > > --- > .travis.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index b7e8b1f..f4f6a18 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -10,4 +10,4 @@ python: > - "3.6" > script: > - (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py --message-types --message-fields --check-alignment $i; done) > - - tools/spellcheck.sh --check 0?*.md > + - tools/spellcheck.sh --check [0-9][0-9]-*.md > -- > 2.11.0