Skip to content

Commit 6eabac0

Browse files
committed
Ignore long-line errors with bashate in Travis
1 parent 89835bc commit 6eabac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616

1717
script:
1818
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
19-
- bash -c 'shopt -s globstar; bashate **/*.sh'
19+
- bash -c 'shopt -s globstar; bashate -i E006 **/*.sh'
2020
- ./format-udf.sh -v
2121
- ./format-udf.sh -h
2222
- ./unit-test.sh

0 commit comments

Comments
 (0)