Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce Package Name Checkstyle Rule #52

Open
VijayKrishna opened this issue Nov 12, 2015 · 1 comment
Open

Enforce Package Name Checkstyle Rule #52

VijayKrishna opened this issue Nov 12, 2015 · 1 comment
Assignees

Comments

@VijayKrishna
Copy link
Member

    <module name="PackageName">
        <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]*)*$"/>
        <message key="name.invalidPattern"
         value="Package name ''{0}'' must match pattern ''{1}''."/>
    </module>
@junghuk
Copy link

junghuk commented Dec 4, 2015

    <module name="TypeName">
        <message key="name.invalidPattern"
         value="Type name ''{0}'' must match pattern ''{1}''."/>
    </module>

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

No branches or pull requests

2 participants