Skip to content

Commit

Permalink
Merge pull request #27 from mlcdf/awesome-badge
Browse files Browse the repository at this point in the history
Add awesome badge and remove trailing slashes
  • Loading branch information
caramelomartins committed Nov 27, 2016
2 parents 5179de5 + 8c8f5a9 commit 1ca8b4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# Awesome Lint
# Awesome Lint [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A list of curated tools for static analysis of source code.

Expand Down Expand Up @@ -97,16 +97,16 @@ Here's a complementary list regarding [Coding Standards](https://github.com/cara
### Java

- [checkstyle](https://github.com/checkstyle/checkstyle)
- [Findbugs](http://findbugs.sourceforge.net/)
- [PMD](http://pmd.github.io/)
- [Findbugs](http://findbugs.sourceforge.net)
- [PMD](http://pmd.github.io)

### JavaScript

- [eslint](https://github.com/eslint/eslint)
- [jshint](https://github.com/jshint/jshint)
- [node-jscs](https://github.com/jscs-dev/node-jscs)
- [standard](https://github.com/feross/standard)
- [xo](https://github.com/sindresorhus/xo/)
- [xo](https://github.com/sindresorhus/xo)

### Lua

Expand Down Expand Up @@ -157,7 +157,7 @@ Here's a complementary list regarding [Coding Standards](https://github.com/cara
### Scala

- [Linter](https://github.com/HairyFotr/linter)
- [Scalastyle](http://www.scalastyle.org/)
- [Scalastyle](http://www.scalastyle.org)
- [Scapegoat](https://github.com/sksamuel/scapegoat)
- [WartRemover](http://github.com/puffnfresh/wartremover)

Expand Down

0 comments on commit 1ca8b4b

Please sign in to comment.