Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double validation in 0.14 when validation with profile #191

Open
maria-messerschmidt opened this issue Oct 1, 2024 · 0 comments
Open

Double validation in 0.14 when validation with profile #191

maria-messerschmidt opened this issue Oct 1, 2024 · 0 comments
Milestone

Comments

@maria-messerschmidt
Copy link

When running the validator (CLI) with -p (profile), validation is done both with and without profile.

E.g. log file from AT000.ods:
AT000.ods
C:\ODF\odf-validator-0.14.0>odf-validator.bat -p C:\Users\maria\Desktop\014test\AT000.ods
APP-1: [INFO] Validating C:\Users\maria\Desktop\014test\AT000.ods.
APP-4: [INFO] Validation report for C:\Users\maria\Desktop\014test\AT000.ods.
DOC-2: [INFO] package OpenDocument version 1.3 detected.
DOC-3: [INFO] mimetype OpenDocument MIMETYPE application/vnd.oasis.opendocument.spreadsheet detected
VALID, no errors, no warnings and 2 info message found.

APP-5: [INFO] DNA ODF Spreadsheets Preservation Specification Profile report for C:\Users\maria\Desktop\014test\AT000.ods.
DOC-2: [INFO] package OpenDocument version 1.3 detected.
DOC-3: [INFO] mimetype OpenDocument MIMETYPE application/vnd.oasis.opendocument.spreadsheet detected
POL_5: [INFO] content.xml External data check | Table formula detected.
VALID, no errors, no warnings and 3 info message found.

There are no issues when running it without -p (profile):
C:\ODF\odf-validator-0.14.0>odf-validator.bat C:\Users\maria\Desktop\014test\AT000.ods
APP-1: [INFO] Validating C:\Users\maria\Desktop\014test\AT000.ods.
APP-4: [INFO] Validation report for C:\Users\maria\Desktop\014test\AT000.ods.
DOC-2: [INFO] package OpenDocument version 1.3 detected.
DOC-3: [INFO] mimetype OpenDocument MIMETYPE application/vnd.oasis.opendocument.spreadsheet detected
VALID, no errors, no warnings and 2 info message found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants