Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 528 Bytes

File metadata and controls

13 lines (7 loc) · 528 Bytes

Code Quality

Decision

Use Checkstyle and CodeQL static code analysis tools to guarantee adherence to coding standards and discover potential vulnerabilities.

Rationale

Both Checkstyle and CodeQL are already in use in the EDC framework, so these tools are the natural choice in related projects like the Identity Hub as well.

Approach

Checkstyle checks and CodeQL analysis need to run on Pull Requests in both upstream and forked repositories.