Skip to content
Snippets Groups Projects

update: switch ECA GL check to check all commits instead of just project

Open Martin Lowe requested to merge malowe/main/92 into main
Files
28
+ 0
8
@@ -286,7 +286,6 @@ components:
required:
- provider
- repoUrl
- strictMode
- commits
properties:
provider:
@@ -299,9 +298,6 @@ components:
repoUrl:
type: string
description: the outward facing URL of the repo the commit belongs to.
strictMode:
type: boolean
description: Whether to strictly apply validation regardless of project matching
estimatedLoc:
type:
- integer
@@ -371,7 +367,6 @@ components:
required:
- time
- trackedProject
- strictMode
- fingerprint
- errorCount
- passed
@@ -383,9 +378,6 @@ components:
trackedProject:
type: boolean
description: Whether the project is tracked in PMI and is an Eclipse project.
strictMode:
type: boolean
description: Whether strict mode was enforced for the validation.
fingerprint:
type: string
description: The unique fingerprint to use when looking up commit data
Loading