Skip to content

Commit

Permalink
Merge pull request #947 from ontodev/fix-946
Browse files Browse the repository at this point in the history
Fix results path for #946
  • Loading branch information
jamesaoverton authored Dec 8, 2021
2 parents 57c6e83 + 5441786 commit bd8a240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/examples/my-report.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Level Rule Name Subject Property Value
WARN annotation_whitespace obo:UBPROP_0000007 IAO:0000232 Used to connect a class to an adjectival form of its label. For example, a class with label 'intestine' may have a relational adjective 'intestinal'.
INFO file:missing-contributor https://github.com/ontodev/robot/examples/edit.owl dc11:contributor
4 changes: 2 additions & 2 deletions docs/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ INFO deprecated_class

robot report --input edit.owl \
--profile my-profile.txt \
--output my-report.tsv
--output results/my-report.tsv


For all default queries, include the query name shown above. If you do not wish to include a default query in your report, simply omit it from your profile. Any queries not named in the profile will not be run. Furthermore, your own queries can be included by providing the desired logging level followed by the absolute or relative path.
Expand Down Expand Up @@ -206,4 +206,4 @@ The logging level defined in a profile must be `ERROR`, `WARN`, or `INFO`.

### Unknown Report Query

When not using the `file:` prefix in your `--profile`, make sure you are only using rule names from the list of [default report queries](report_queries/)).
When not using the `file:` prefix in your `--profile`, make sure you are only using rule names from the list of [default report queries](report_queries/)).

0 comments on commit bd8a240

Please sign in to comment.