OpenMRS Core Master

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 0b59a781f80265f75ac5c2f33f164414b33d0553

    Merge pull request #2031 from teleivo/TRUNK-5085
    TRUNK-5085 Add checkstyle rule UnusedImports

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> ee5373c0828944857b7b241eda0d491be49b2ff4

    TRUNK-5085 Add checkstyle rule UnusedImports
    we already flag unused imports using codacy but the rule is currently
    manually configured in the codacy UI using the PMD checker.

    * add the checkstyle rule which flags introduction of UnusedImports as
    error so we keep the style in the repository and do not rely on manual
    configurations in codacy

    • checkstyle.xml (version ee5373c0828944857b7b241eda0d491be49b2ff4)