HyperiumClient / Hyperium-Kotlin

Hyperium Client rewritten in Kotlin with good coding standards.
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Implemented CI & Danger #25

Open FalseHonesty opened 5 years ago

FalseHonesty commented 5 years ago

Description

This PR introduces Continuous Integration and Danger to the project. The CI is done by Travis, and it currently only checks that the project builds, and then passes over checking to Danger. Danger runs all of the checking tasks, including running tests and checking the style with Detekt.

Fixes #19

Type of change

Please delete options that are not relevant.

HyperiumDeploy commented 5 years ago

Detekt found issues

warning (2)

File Line Reason
src/main/kotlin/cc/hyperium/processes/services/services.kt 37 The file services.kt is not ending with a new line.
src/main/kotlin/cc/hyperium/game/mods/hypixel/AutoGG.kt 11 This comment contains text that has been defined as forbidden in detekt.

Generated by :no_entry_sign: Danger