Skip to content

Commit 005372c

Browse files
committed
tools: don't enforce alignment.
It was always going to break when we started adding options, unless we add padding. As no implementation requires alignment, let's skip it. Signed-off-by: Rusty Russell <[email protected]>
1 parent 4bb1d7e commit 005372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ python:
99
- "3.5"
1010
- "3.6"
1111
script:
12-
- (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py --message-types --message-fields --check-alignment $i; done)
12+
- (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py --message-types --message-fields $i; done)
1313
- tools/spellcheck.sh --check [0-9][0-9]-*.md

0 commit comments

Comments
 (0)