tools: Enable color for yamllint.
- Yamllint uses the 'faint' escape code. Ignoring for now.
This commit is contained in:
parent
cc0b565b3a
commit
aea93874cc
2 changed files with 4 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue