Reports final modifiers on toplevel objects.
final
They are redundant according to the Scala specification.
The quick-fix removes the final modifier.
Example:
final object Test
After the quick-fix is applied:
object Test