#940 Let Checkstyle check all method argument names.
requested to merge 940-checkstyle-only-checks-method-arguments-of-private-methods-for-satisfying-our-naming-convention into develop
- Not only private, but for all modifiers.
- Removed
accessModifiers
setting, as default is to check all of them.
Closes #940 (closed)