tools: Enable color for yamllint.

- Yamllint uses the 'faint' escape code.  Ignoring for now.
This commit is contained in:
Andrew Hamilton 2019-07-21 23:54:55 +10:00
parent cc0b565b3a
commit aea93874cc
2 changed files with 4 additions and 1 deletions

2
TODO
View file

@ -1,6 +1,8 @@
Todo
- Publish on pypi.
- Make a snap build work.
- Support 'reverse' and 'faint' escape codes,
used by pylint and yamllint.
Todo (tool related)

View file

@ -285,7 +285,8 @@ tools_for_extensions = [
[yamllint]
dependencies = ["pip/yamllint"]
url = "https://github.com/adrienverge/yamllint"
command = "python3.7 -m yamllint"
command = "python3.7 -m yamllint -f colored"
has_color = true
[mediainfo]
dependencies = ["mediainfo"]