Skip to content

Remove 'Check' suffix for module names in checkstyle.xml #147

@yamgent

Description

@yamgent

Prerequisite: se-edu/addressbook-level4#279 (further study about changes in checkstyle.xml is required)

Some module names in checkstyle.xml have the Check suffix. For example, <module name="TypeNameCheck">.

We should change them to be <module name="TypeName">, as the Check suffix is not needed for checkstyle to work. The module name would also be more concise if the suffix is removed.

Reference: http://stackoverflow.com/questions/41931046/checkstyle-module-name-constantname-vs-constantnamecheck

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions