From b599240e1c1fa83e9bcd729e3c197e02e0f8c395 Mon Sep 17 00:00:00 2001 From: David Hagerty Date: Fri, 10 Apr 2015 15:05:23 -0400 Subject: [PATCH] Added linter-reek to Ruby section of README - #413 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac702632..49c57431 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The idea is to stop the linter plugins war, by providing a top level API for lin - [linter-ruby](https://atom.io/packages/linter-ruby), for Ruby, using `ruby -wc` - [linter-erb](https://atom.io/packages/linter-erb), for .erb files, using `erb -x` - [linter-haml](https://atom.io/packages/linter-haml), for .haml files, using `haml-lint` +- [linter-reek](https://atom.io/packages/linter-reek), for Ruby, using `reek` #### for PHP - [linter-php](https://atom.io/packages/linter-php), for PHP using `php -l`