[tor-commits] [metrics-cloud/master] cfn-lint: Relax strict checking for DNS TTL Type

irl at torproject.org irl at torproject.org
Wed Mar 25 14:50:45 UTC 2020


commit 15ee248b47447ced2c4b029502bf0c1b3bdcc34c
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Mar 25 14:50:15 2020 +0000

    cfn-lint: Relax strict checking for DNS TTL Type
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7c55703..c558959 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,4 +12,5 @@ jobs:
     install:
     - pip install cfn-lint
     script:
-    - cfn-lint cloudformation/*.yml
+    # https://github.com/aws-cloudformation/cfn-python-lint/issues/1425
+    - cfn-lint -x E3012:strict=false cloudformation/*.yml



More information about the tor-commits mailing list