Merge pull request #2023 from teleivo/TRUNK-5080 TRUNK-5080 Reorganize checkstyle
teleivo <mrteleivo@gmail.com>
dc3c44dd1874d3bacecfae3446e811ffabe4f159
TRUNK-5080 Reorganize checkstyle
* remove webapp-checkstyle.xml since it only contained one rule which was applied to JSP files which have all been deleted.
* remove the webapp/pom.xml config for checkstyle since
webapp-checkstyle.xml is deleted
* rename/move the openmrs-checkstyle.xml to the root of the repository
as checkstyle.xml
* inline the openmrs-checkstyle.properties values into checkstyle.xml
since they are only used in this file. this way they can also be read
be cloud providers such as codacy and codeclimate
* adapt the root pom's checkstyle config to point to the new file
locations
* add a suppression rule to excempt test classes from checkstyle rule MethodNames since they contain undersores in the method names
* remove the checkstyle-license-header.txt since we are checking
license headers with the mycilla maven plugin already
Ivo Ulrich <teleivo@users.noreply.github.com>
f20b57d275721b27715c56e078748573b34d7785
Merge pull request #2022 from teleivo/TRUNK-5078 TRUNK-5078 Remove velocity.log files
teleivo <mrteleivo@gmail.com>
80234c679f046475f87edfe06ce6ba59722cae6d
TRUNK-5078 Remove velocity.log files
remove velocity.log files which were unintentionally added and ignore
.log files via .gitignore