Skip to content

[CheckStyle] Fix CheckStyle Warnings, Ensure we have 0 Warnings #24

@Dee-Pac

Description

@Dee-Pac

Currently CheckStyle is set to Warning Level for several modules. This is because we have to do a lot of code cleanup to adhere to rules specified in checkstyle specification.

Without adding/changing any logic : only address the style sheet errors.

A plugin can be used to auto-fix the checkstyle violations. But this requires post-fix validation to ensure there is no inadvertent logic changes performed by any plugin that is used.

Other way is to fix manually each module.

Ensure the current code base adheres to the checkstyle by running the autofixer on the entire code base.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueEasy for newcomers to pickup and contribute. Gimel internals are not required to be known.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions