From: Daniel Farrell Date: Mon, 27 Mar 2017 17:25:45 +0000 (-0400) Subject: Enable JSON linting via Coala, fix JSON errors X-Git-Tag: release/boron-sr3~7 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F53915%2F1;p=integration%2Fpackaging.git Enable JSON linting via Coala, fix JSON errors Change-Id: Ic685c192c1f00b85cac1ea844d1b9538dd8929df Signed-off-by: Daniel Farrell --- diff --git a/.coafile b/.coafile index 0105a92..8c18daf 100644 --- a/.coafile +++ b/.coafile @@ -19,7 +19,7 @@ bears = DockerfileLintBear [json] bears = JSONFormatBear -#files = ./**/*.json +files = ./**/*.json default_actions = JSONFormatBear: ApplyPatchAction [shellcheck] diff --git a/tutorials/cluster-nodes/ODL_clustering.postman_collection.json b/tutorials/cluster-nodes/ODL_clustering.postman_collection.json index 30e50a8..392bb67 100644 --- a/tutorials/cluster-nodes/ODL_clustering.postman_collection.json +++ b/tutorials/cluster-nodes/ODL_clustering.postman_collection.json @@ -508,4 +508,4 @@ "folder": "e23de96f-af25-d497-bd13-6fa2bf22b62f" } ] -} \ No newline at end of file +}