summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Diego Yamane <nick.diego@gmail.com>2017-12-20 06:10:07 -0400
committerw0rp <w0rp@users.noreply.github.com>2017-12-20 10:10:07 +0000
commitd4b43d23f4a9f277a482fdad4ea3a3e951d80eab (patch)
tree0d66493a39ced077df4c978b0f1b1f3f30db80ba /README.md
parent1568bf81281507aaaa8c71af85e244e94bd2924c (diff)
downloadale-d4b43d23f4a9f277a482fdad4ea3a3e951d80eab.zip
Add support for linting git commit message files (#1233)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e939e6f1..129033c9 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ formatting.
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) |
+| Git Commit Messages | [gitlint](https://github.com/jorisroovers/gitlint) |
| GLSL | [glslang](https://github.com/KhronosGroup/glslang), [glslls](https://github.com/svenstaro/glsl-language-server) |
| Go | [gofmt](https://golang.org/cmd/gofmt/), [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [gometalinter](https://github.com/alecthomas/gometalinter) !!, [go build](https://golang.org/cmd/go/) !!, [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) !!, [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) !! |
| GraphQL | [eslint](http://eslint.org/), [gqlint](https://github.com/happylinks/gqlint) |