Describe the bug
The default settings...
https://github.com/mgechev/revive/blob/master/defaults.toml
... do not match the recommended settings:
https://github.com/mgechev/revive#recommended-configuration
As a user, I find this confusing.
To Reproduce
Follow the links above and compare the defaults with the recommendations.
Expected behavior
The defaults should match the recommendations.
NOTE
I just fixed actual bugs in my code by enabling unused-parameters warnings, so I totally see why this is recommended.