added info about mjpg-streamer compat and prettify

This commit is contained in:
Devaev Maxim
2020-09-28 13:54:38 +03:00
parent ba03333623
commit d682a1c173
6 changed files with 60 additions and 29 deletions

View File

@@ -16,6 +16,9 @@ RUN pacman -Syu --noconfirm \
python-pip \
python-tox \
cppcheck \
npm \
&& (pacman -Sc --noconfirm || true)
RUN npm install htmlhint -g
CMD /bin/bash

View File

@@ -1,5 +1,5 @@
[tox]
envlist = cppcheck, flake8, pylint, mypy, vulture
envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint
skipsdist = true
[testenv]
@@ -44,3 +44,7 @@ whitelist_externals = bash
commands = bash -c 'vulture tools/*.py'
deps =
vulture
[testenv:htmlhint]
whitelist_externals = htmlhint
commands = htmlhint src/http/data/*.html