summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Lewis <patrick@endpoint.com>2017-03-03 15:27:07 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-03-03 20:27:07 +0000
commit9e9e15bc87571ec3beb95231fdbb6d818c2ea203 (patch)
treeca335493ce3a89a8f9f87644bae8ecf3a3c2ddcf /README.md
parent2750c605c1ee320a8675fb40a224a60d27f8de6f (diff)
downloadale-9e9e15bc87571ec3beb95231fdbb6d818c2ea203.zip
Add hamllint linter for Haml (#377)
* Add hamllint linter for Haml * Simplify hamllint
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 cb374d81..e11984c9 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ name. That seems to be the fairest way to arrange this table.
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [go build](https://golang.org/cmd/go/) |
+| Haml | [haml-lint](https://github.com/brigade/haml-lint)
| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint) |
| HTML | [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/) |
| Java | [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |