[tor-commits] [metrics-cloud/master] cfn-lint: Add -t flag to hopefully fix command line
irl at torproject.org
irl at torproject.org
Wed Mar 25 15:01:34 UTC 2020
commit 67b8d2d11f822854f2c936829165c1b80d5780e1
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Wed Mar 25 15:01:27 2020 +0000
cfn-lint: Add -t flag to hopefully fix command line
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c558959..7d36c2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ jobs:
- pip install cfn-lint
script:
# https://github.com/aws-cloudformation/cfn-python-lint/issues/1425
- - cfn-lint -x E3012:strict=false cloudformation/*.yml
+ - cfn-lint -x E3012:strict=false -t cloudformation/*.yml
More information about the tor-commits
mailing list