File tree Expand file tree Collapse file tree 3 files changed +179
-106
lines changed
src/main/resources/openapi Expand file tree Collapse file tree 3 files changed +179
-106
lines changed Original file line number Diff line number Diff line change 7474
7575 - name : Validate JSON schema responses
7676 run : |
77- curl -sSfL https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/master /lint/scripts/ajv-validate.js -o ajv-validate.js
77+ curl -sSfL https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/main /lint/scripts/ajv-validate.js -o ajv-validate.js
7878
7979 for schemaFile in $(find src/main/resources/openapi -name "*.json" ! -name "*.example.json"); do
8080 datafile="${schemaFile/.json/.example.json}"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def azureADOArtifactRepository = 'https://pkgs.dev.azure.com/hmcts/Artifacts/_pa
1919def azureADOArtifactActor = System . getenv(" AZURE_DEVOPS_ARTIFACT_USERNAME" )
2020def azureADOArtifactToken = System . getenv(" AZURE_DEVOPS_ARTIFACT_TOKEN" )
2121
22- def formatterUrl = ' https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/master /config/formatter/eclipse-formatter.xml'
22+ def formatterUrl = ' https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/main /config/formatter/eclipse-formatter.xml'
2323def formatterPath = " ${ layout.buildDirectory.get().asFile.absolutePath} /eclipse-formatter.xml"
2424
2525java {
You can’t perform that action at this time.
0 commit comments