tools: Recognized yml as an abbreviation of yaml.
This commit is contained in:
parent
d3a6a67d27
commit
76cbaa1f14
2 changed files with 2 additions and 2 deletions
|
|
@ -43,4 +43,4 @@ Extensions | Tools
|
||||||
.png .jpg .gif .bmp .ppm .tiff .tga | [pil](http://python-pillow.github.io/) • [pil_half](http://python-pillow.github.io/)
|
.png .jpg .gif .bmp .ppm .tiff .tga | [pil](http://python-pillow.github.io/) • [pil_half](http://python-pillow.github.io/)
|
||||||
.bash .sh .dash .ksh | [shellcheck](http://hackage.haskell.org/package/ShellCheck)
|
.bash .sh .dash .ksh | [shellcheck](http://hackage.haskell.org/package/ShellCheck)
|
||||||
.go | [gofmt](https://golang.org) • [go_vet](https://golang.org) • [golint](https://github.com/golang/lint) • [godoc](http://golang.org/x/tools)
|
.go | [gofmt](https://golang.org) • [go_vet](https://golang.org) • [golint](https://github.com/golang/lint) • [godoc](http://golang.org/x/tools)
|
||||||
.yaml | [yamllint](https://github.com/adrienverge/yamllint)
|
.yaml .yml | [yamllint](https://github.com/adrienverge/yamllint)
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ tools_for_extensions = [
|
||||||
[["png", "jpg", "gif", "bmp", "ppm", "tiff", "tga"], ["pil", "pil_half"]],
|
[["png", "jpg", "gif", "bmp", "ppm", "tiff", "tga"], ["pil", "pil_half"]],
|
||||||
[["bash", "sh", "dash", "ksh"], ["shellcheck"]],
|
[["bash", "sh", "dash", "ksh"], ["shellcheck"]],
|
||||||
[["go"], ["gofmt", "go_vet", "golint", "godoc"]],
|
[["go"], ["gofmt", "go_vet", "golint", "godoc"]],
|
||||||
[["yaml"], ["yamllint"]]]
|
[["yaml", "yml"], ["yamllint"]]]
|
||||||
|
|
||||||
|
|
||||||
# Tool template:
|
# Tool template:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue