ICBM - Interconnected Block Missiles

ICBM - Interconnected Block Missiles

10M Downloads

Dev Process: Add static code scanning and validation

DarkGuardsman opened this issue ยท 0 comments

commented

Been on the TODO list for a while but honestly need to implement it sooner than later. Should add a code qualtiy scan, format scan, security scan, contributor check, and license scan. This way any new contribution is confirmed to be solid before release.

This will take some research as there are a lot of options for each. In the past we have used sonar for static scanning but this isn't free nor scalable for our team. Instead we want everything used to run locally and be open sourced. Then be trigged via gradle as part of the pipeline process.