palantir / gradle-baseline

A set of Gradle plugins that configure default code quality tools for developers.
Apache License 2.0
307 stars 134 forks source link

Disallow redundant modifiers #893

Open aioobe opened 5 years ago

aioobe commented 5 years ago

Remove and disallow redundant modifiers.

Examples:

ferozco commented 5 years ago

This is already covered by checkstyle. Where are you seeing this being allowed?

aioobe commented 5 years ago

Sorry, I meant ability to actually rewrite (remove) the modifiers.