From d3a0f222cf60b2bc3b5e818b483b50e9f2e3c062 Mon Sep 17 00:00:00 2001
From: SamYaple <sam@yaple.net>
Date: Fri, 15 Jan 2016 18:53:25 +0000
Subject: [PATCH] Add validate scrits to linters

In an effort to reduce the number of gates, we can combine
non-conflicting jobs as we have already done with pep8 and bashate

TrivialFix

Change-Id: I81c2e523c563f8c761b57c8f20ca807d59da5d68
---
 tox.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tox.ini b/tox.ini
index 6c8c1eb3fc..01b015784e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,9 @@ commands =
 commands =
   {toxinidir}/tools/run-bashate.sh
   flake8 {posargs}
+  {toxinidir}/tools/validate-all-json.sh
+  {toxinidir}/tools/validate-all-yaml.sh
+  {toxinidir}/tools/validate-all-maintainer.sh
 
 [testenv:pep8]
 commands =
-- 
GitLab