Skip to content

Commit ac6b53e

Browse files
committed
Remove generated validation functions for various data types and structures in tc6_xml_v10_b_validation.go
1 parent 247498a commit ac6b53e

5 files changed

Lines changed: 1 addition & 12670 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run integration test
3030
run: |
3131
go build -o xsd2code ./cmd
32-
./xsd2code -xsd=examples/simple_example.xsd -output=test_example.go -package=test -json
32+
./xsd2code -xsd=docs/TC6_XML_V10_B.xsd -output=tc6_xml_v10_b.go -package=test -json
3333
release:
3434
needs: test
3535
runs-on: ubuntu-latest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ MIT License - 详见 [LICENSE](LICENSE) 文件
437437
### 🏆 质量徽章
438438

439439
![Go Report Card](https://goreportcard.com/badge/github.com/suifei/xsd2code)
440-
![CodeQL](https://github.com/suifei/xsd2code/workflows/CodeQL/badge.svg)
441440
![Security](https://img.shields.io/badge/security-scan%20passed-brightgreen)
442441
![Coverage](https://img.shields.io/badge/coverage-85%25-green)
443442

0 commit comments

Comments
 (0)