Skip to content

Add optional attribute to specification fields

Edward Fauchon-Jones requested to merge allow-optional-fields into master
  • auxiliary-info is specified as an optional field.

  • lvcnrcheck gives a return code of 0 if the only failing fields are option and missing.

    However if fields are present and fail for other reasons (for example wrong type such as str when it should be int) then the return code will be 1.

Merge request reports