bcgov / fwben

Apache License 2.0
1 stars 0 forks source link

Implement Continuous Inspection Tools Into Pipelines #99

Open bsnopek-freshworks opened 5 years ago

bsnopek-freshworks commented 5 years ago

Continuous Inspection involves our codebase being run through a set of tools that enforce the quality, and inform the developers of any issues that may be found in the code. We use the following tools in BCDevOps and other Projects.

This ticket can likely be split into multiple tasks - likely one for each of the tools mentioned above. SonarQube should be the first one implemented as its provides the greatest value when calculated against effort for implementation.

Acceptance Criteria: