You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Jeff Dasch (JIRA)" <ji...@apache.org> on 2017/10/13 17:25:00 UTC

[jira] [Created] (RYA-404) Add additional Checkstyle Rules.

Jeff Dasch created RYA-404:
------------------------------

             Summary: Add additional Checkstyle Rules.
                 Key: RYA-404
                 URL: https://issues.apache.org/jira/browse/RYA-404
             Project: Rya
          Issue Type: Improvement
          Components: build
            Reporter: Jeff Dasch
            Priority: Trivial


Improve the existing checkstyle code convention to make it easier to accept pull requests from the community and ensure the codebase has a consistent feel.
Use Accumulo's ruleset as a guide: https://github.com/apache/accumulo/blob/master/pom.xml
  
- Include a check to ensure classes with @Test annotations are suffixed with IT or Test. Also make the class name suffix *IntegrationTest illegal.

- Include a check to ensure we don't use the JUnit 3 API which has some deprecated classes.

- Include a check to ensure we're not using an incorrect Apache header with a copyright clause.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)