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

Code conventions #18

Open
minicuts opened this issue Oct 3, 2015 · 1 comment
Open

Code conventions #18

minicuts opened this issue Oct 3, 2015 · 1 comment
Assignees

Comments

@minicuts
Copy link
Contributor

minicuts commented Oct 3, 2015

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?

@minicuts
Copy link
Contributor Author

minicuts commented Oct 3, 2015

And clean up as part of the process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants