Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.
This repository was archived by the owner on May 2, 2023. It is now read-only.

Code conventions #18

@minicuts

Description

@minicuts

We have many places in code withe extremelly weird formatting. E.g. CategoryServiceImpl

    @Override public List<Category> findAll()
    {
        return categoryDao.findAll();
    }

Can you configure checkstyle maven plugin to catch these things?

Metadata

Metadata

Assignees

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