OpenMRS Core Master

Build: #1475 was successful

Job: Build and Test was successful

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Daniel Kayiwa

    Daniel Kayiwa 2b58fba37a79e4df451bd82622b6f0df3b21b6fe

    Merge pull request #2023 from teleivo/TRUNK-5080
    TRUNK-5080 Reorganize checkstyle

  • teleivo <mrteleivo@gmail.com>

    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

    • checkstyle-suppressions.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • checkstyle.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • pom.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • tools/src/main/resources/checkstyle/checkstyle-suppressions.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • tools/src/main/resources/checkstyle/license-header.txt (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • tools/src/main/resources/checkstyle/openmrs-checkstyle.properties (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • tools/src/main/resources/checkstyle/openmrs-checkstyle.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • tools/src/main/resources/checkstyle/webapp-checkstyle.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)
    • webapp/pom.xml (version dc3c44dd1874d3bacecfae3446e811ffabe4f159)