Merge "Remove the quotes of True value in yaml file"
authorJianlin Lv <Jianlin.Lv@arm.com>
Wed, 22 May 2019 07:06:04 +0000 (07:06 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 22 May 2019 07:06:04 +0000 (07:06 +0000)
.coafile
.yamllint.conf [new file with mode: 0644]
src/use_cases/seba_on_arm/install/fabric.yaml

index dbc38bc..ed2d780 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -33,7 +33,7 @@ bears = YAMLLintBear
 files = **.yaml, **.yml
 use_spaces = true
 ignore_length_regex = ^.*https?://
-max_line_length = 120
+yamllint_config = .yamllint.conf
 ignore = src/use_cases/
 
 [all.Python]
diff --git a/.yamllint.conf b/.yamllint.conf
new file mode 100644 (file)
index 0000000..47b8f66
--- /dev/null
@@ -0,0 +1,7 @@
+extends: default
+
+rules:
+   line-length:
+     max: 120
+   truthy: disable
+   document-start: disable
index 1e7f0d9..962c97c 100644 (file)
@@ -20,7 +20,7 @@ topology_template:
         driver: ofdpa3\r
         ipv4Loopback: 100.100.0.201\r
         ipv4NodeSid: 17\r
-        isEdgeRouter: "True"\r
+        isEdgeRouter: True\r
         name: AGG_SWITCH\r
         ofId: of:0000000000000001\r
         routerMac: 00:00:02:01:06:01\r