From 2735ea8a2aef55ebb0a48b50d9a0e36cf3f63b94 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Mon, 26 Nov 2018 11:25:29 +0200 Subject: Update tox to run htmllint and csslint JIRA: DOVETAIL-753 This patch adds a new tox environment to run htmllint and csslint. Furthermore, it fixes any leftover html and css errors. Change-Id: Ie3fda8d89b3d52851debe1a4271ffd0ac8fbee68 Signed-off-by: Stamatis Katsaounis --- .coveragerc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .coveragerc (limited to '.coveragerc') diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..c6af317 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,6 @@ +[run] +omit = opnfv_testapi/tests/* +[report] +exclude_lines = + pass + main() -- cgit 1.2.3-korg