Skip to content

Commit

Permalink
omitting whitespace checks until #114 is addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jul 25, 2018
1 parent f5a8d65 commit 29b344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ release: $(ONT).owl $(ONT).obo

# these live in the ../sparql directory, and have suffix -violation.sparql
# adding the name here will make the violation check live
VCHECKS = equivalent-classes trailing-whitespace owldef-self-reference xref-syntax nolabels
VCHECKS = equivalent-classes owldef-self-reference xref-syntax nolabels

# run all violation checks
VQUERIES = $(foreach V,$(VCHECKS),$(SPARQLDIR)/$V-violation.sparql)
Expand Down

0 comments on commit 29b344d

Please sign in to comment.