Loading .editorconfig +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ root = true # ASN.1, XML: 4 space indents [**.{asn,asn1,xml,xsd}] [**.{asn,asn1,xml,xsd,json}] indent_style = space indent_size = 4 trim_trailing_whitespace = true .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -95,13 +95,13 @@ lint_xml: script: - python testing/xml/lint_xml.py lint_xml: lint_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: lint interruptible: true allow_failure: true script: - python testing/xml/lint_json.py - python testing/json/lint_json.py generate_artefacts: image: "forge.etsi.org:5050/li/schemas-definitions/forgelib" Loading Loading
.editorconfig +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ root = true # ASN.1, XML: 4 space indents [**.{asn,asn1,xml,xsd}] [**.{asn,asn1,xml,xsd,json}] indent_style = space indent_size = 4 trim_trailing_whitespace = true
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -95,13 +95,13 @@ lint_xml: script: - python testing/xml/lint_xml.py lint_xml: lint_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: lint interruptible: true allow_failure: true script: - python testing/xml/lint_json.py - python testing/json/lint_json.py generate_artefacts: image: "forge.etsi.org:5050/li/schemas-definitions/forgelib" Loading