maxvetrenko / checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
http://checkstyle.sourceforge.net/
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Import AbbreviationAsWordInName #28

Closed maxvetrenko closed 10 years ago

maxvetrenko commented 10 years ago

https://github.com/maxvetrenko/sevntu.checkstyle/blob/master/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/naming/AbbreviationAsWordInNameCheck.java Import Check from SevNTU-Checkstyle to main Checkstyle project.

romani commented 10 years ago

as you finish that transition please request removal of it from SevntuCheckstyle project we do not need duplicate Checks in both projects.