README.md in reek-3.8.1 vs README.md in reek-3.8.2

- old
+ new

@@ -15,11 +15,11 @@ Reek is a tool that examines Ruby classes, modules and methods and reports any [Code Smells](docs/Code-Smells.md) it finds. For an excellent introduction to [Code Smells](docs/Code-Smells.md) and `Reek` check out [this blog post](https://blog.codeship.com/how-to-find-ruby-code-smells-with-reek/) -or [this talk](https://www.youtube.com/watch?v=ZzqOuHI5MkA). +or [that one](https://troessner.wordpress.com/2016/01/01/the-latest-and-greatest-additions-to-reek/). There is also [this talk](https://www.youtube.com/watch?v=ZzqOuHI5MkA) from the RUBYCONF Porto. Install it via rubygems: ```Bash gem install reek @@ -383,9 +383,11 @@ "app/controllers": IrresponsibleModule: enabled: false NestedIterators: max_allowed_nesting: 2 + UnusedPrivateMethod: + enabled: false "app/helpers": IrresponsibleModule: enabled: false UtilityFunction: enabled: false