Commit 7fb43357 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Linting JSON

parent e485f77c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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"