Skip to content

Commit

Permalink
Minor changes to check categories
Browse files Browse the repository at this point in the history
  • Loading branch information
gothub committed Nov 15, 2019
1 parent df1ffad commit e56cce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/checks/contact.has.orcid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Check that a contact has an ORCID, email and address</name>
<description>Check if the contact contains a userId ORCID, email and address.</description>
<type>identification</type>
<level>INFO</level>
<level>REQUIRED</level>
<environment>rscript</environment>
<code><![CDATA[
check <- function() {
Expand Down
2 changes: 1 addition & 1 deletion src/checks/dataset.title.length2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>dataset.title.length2.1</id>
<name>Dataset Title Length</name>
<description>Check that the title exists and is of suffient length.</description>
<type>discovery</type>
<type>identification</type>
<level>REQUIRED</level>
<environment>python</environment>
<code><![CDATA[
Expand Down

0 comments on commit e56cce3

Please sign in to comment.