-
Notifications
You must be signed in to change notification settings - Fork 146
What files need to be changed or created in repository for new Check implementation
-
eclispecs config - https://github.com/sevntu-checkstyle/sevntu.checkstyle/blob/master/eclipsecs-sevntu-plugin/src/com/github/sevntu/checkstyle/checks/YOUR_PACKAGE/checkstyle-metadata.xml
-
new Check need to be applied to sevntu.checkstyle code and violations are fixed and provided as PR. Example: https://github.com/sevntu-checkstyle/sevntu.checkstyle/pull/423 File: https://github.com/sevntu-checkstyle/sevntu.checkstyle/blob/master/sevntu-checks/sevntu-checks.xml
-
new Check need to be applied to checkstyle code and violations are fixed and provided as PR. Example: https://github.com/checkstyle/checkstyle/pull/2796 file: https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_sevntu_checks.xml
-
default configuration with all default options https://github.com/sevntu-checkstyle/sevntu.checkstyle/blob/gh-pages/sevntu-checkstyle-default-configuration.xml