OpenMRS Core Master

Build: #1481 failed

Job: Release to maven did not start

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Daniel Kayiwa

    Daniel Kayiwa 5f2ed781b1e88246dbbd50bd65f409f0e6facbb3

    Merge pull request #2029 from teleivo/TRUNK-5085
    TRUNK-5085 Merge checkstyle rules with google's

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 1684758d8c6ecf0feb3fd94b67107feee0ef6b78

    TRUNK-5085 Merge checkstyle rules with google's
    merged our existing checkstyle.xml with google's

    * removed their checks for tabs since we use tabs
    * added NPathComplexity since it was already actived on codacy
    * added CustomImportOrder rule using the Eclipse defaults
    * changed the default severity to warning
    * explicitly set the severity of rules we had before to error
    * MagicNumber is an error but ignored for annotations
    * reduced NestedIfDepth to 4 since that smells
    * reduced NestedTryDepth to 2 since that smells

    • checkstyle.xml (version 1684758d8c6ecf0feb3fd94b67107feee0ef6b78)