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 --- .csslintrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .csslintrc (limited to '.csslintrc') diff --git a/.csslintrc b/.csslintrc new file mode 100644 index 0000000..3252905 --- /dev/null +++ b/.csslintrc @@ -0,0 +1,22 @@ +{ + "ignore": [ + "order-alphabetical", + "zero-units", + "box-model", + "adjoining-classes", + "ids", + "important", + "floats", + "unique-headings", + "qualified-headings", + "outline-none", + "overqualified-elements", + "font-sizes", + "universal-selector", + "box-sizing", + "text-indent", + "regex-selectors", + "gradients", + "fallback-colors" + ] +} -- cgit 1.2.3-korg