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

PICA: add parameter to exclude issue types #187

Closed
pkiraly opened this issue Nov 5, 2022 · 1 comment
Closed

PICA: add parameter to exclude issue types #187

pkiraly opened this issue Nov 5, 2022 · 1 comment
Assignees

Comments

@pkiraly
Copy link
Owner

pkiraly commented Nov 5, 2022

No description provided.

@pkiraly
Copy link
Owner Author

pkiraly commented Nov 5, 2022

The types are separated by commas. They can be a reference to enumeration
--ignorableIssueTypesIssueType a,b,c

The possible issue types are:

  • undetectableType: undetectable type
  • invalidLinkage: invalid linkage
  • ambiguousLinkage: ambiguous linkage
  • obsoleteControlPosition: obsolete code
  • controlValueContainsInvalidCode: invalid code
  • hasInvalidValue: invalid value
  • missingSubfield: missing reference subfield (880$6)
  • nonrepeatableField: repetition of non-repeatable field
  • undefinedField: undefined field
  • obsoleteIndicator: obsolete value
  • nonEmptyIndicator: non-empty indicator
  • hasInvalidValue: invalid value
  • undefinedSubfield: undefined subfield
  • invalidLength: invalid length
  • invalidReference: invalid classification reference
  • patternMismatch: content does not match any patterns
  • nonrepeatableSubfield: repetition of non-repeatable subfield
  • invalidISBN: invalid ISBN
  • invalidISSN: invalid ISSN
  • unparsableContent: content is not well-formatted
  • nullCode: null subfield code
  • hasInvalidValue: invalid value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant