Update tox to run htmllint and csslint 83/65383/10
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Mon, 26 Nov 2018 09:25:29 +0000 (11:25 +0200)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Mon, 26 Nov 2018 14:19:26 +0000 (16:19 +0200)
commit2735ea8a2aef55ebb0a48b50d9a0e36cf3f63b94
treeeec3f232637faf06c83391c47f4f88effdcbe7e4
parentf62c0dd0a33b444505ad0c1bdaddc5e0a86a11a6
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 <mokats@intracom-telecom.com>
28 files changed:
.coveragerc [new file with mode: 0644]
.csslintrc [new file with mode: 0644]
.htmllintrc [new file with mode: 0644]
3rd_party/static/swagger/css/hightlight.default.css [deleted file]
3rd_party/static/swagger/css/screen.css
3rd_party/static/swagger/index.html
3rd_party/static/swagger/o2c.html
3rd_party/static/testapi-ui/assets/css/ascend.css
3rd_party/static/testapi-ui/assets/css/combine.css
3rd_party/static/testapi-ui/assets/css/home/home.css
3rd_party/static/testapi-ui/components/about/templates/README.html
3rd_party/static/testapi-ui/components/application/application.html
3rd_party/static/testapi-ui/components/auth/authPortal.html
3rd_party/static/testapi-ui/components/directory/directory.html
3rd_party/static/testapi-ui/components/guidelines/guidelines.html
3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html
3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html
3rd_party/static/testapi-ui/components/home/home.html
3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html
3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html
3rd_party/static/testapi-ui/components/results-report/resultsReport.html
3rd_party/static/testapi-ui/components/results/modal/sharedModal.html
3rd_party/static/testapi-ui/components/results/results.html
3rd_party/static/testapi-ui/components/sut/sut.html
3rd_party/static/testapi-ui/index.html
3rd_party/static/testapi-ui/shared/header/header.html
node-requirements.txt [new file with mode: 0644]
tox.ini