README.md in reek-3.10.0 vs README.md in reek-3.10.1
- old
+ new
@@ -170,9 +170,18 @@
[Uncommunicative Name](docs/Uncommunicative-Name.md),
[Unused Parameters](docs/Unused-Parameters.md)
and more. See the [Code Smells](docs/Code-Smells.md)
for up to date details of exactly what Reek will check in your code.
+Note that [Unused Private Method](docs/Unused-Private-Method.md) is disabled by default
+because it is [kind of controversial](https://github.com/troessner/reek/issues/844) which means
+you have to explicitly activate in your configuration via
+
+```Yaml
+UnusedPrivateMethod:
+ enabled: true
+```
+
## Configuration
### Command-line interface
For a basic overview, run