Skip to content

Commit c575cad

Browse files
GlassOfWhiskeyIacopo Colonnelli
authored andcommitted
(multiple -> multiple_input) in test labels
1 parent bd4de96 commit c575cad

File tree

7 files changed

+213
-104
lines changed

7 files changed

+213
-104
lines changed

.github/config/wordlist.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
abstractworkflowstep
12
acyclic
23
amstutz
34
arrayschema
@@ -160,6 +161,9 @@ loadlistingrequirement
160161
localhost
161162
lookahead
162163
loopback
164+
loopinput
165+
loopoutputmethod
166+
loopworkflowstep
163167
maccallum
164168
macos
165169
mappredicate
@@ -194,6 +198,7 @@ outputbinding
194198
outputenumschema
195199
outputeval
196200
outputformat
201+
outputmethod
197202
outputschema
198203
outputsink
199204
outputsource
@@ -231,6 +236,7 @@ saladversion
231236
sbgenomics
232237
scatterfeaturerequirement
233238
scattermethod
239+
scatterworkflowstep
234240
schemadefrequirement
235241
schemaorg
236242
schemas

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Reporting
5757
If you are being harassed by a member of the CWL Project, notice that someone
5858
else is being harassed, or have any other concerns, please contact the CWL
5959
Leadership Team at leadership@commonwl.org. If person who is harassing
60-
you is on the team, they will recurse themselves from handling your incident. We
60+
you is on the team, they will recuse themselves from handling your incident. We
6161
will respond as promptly as we can.
6262

6363
This code of conduct applies to CWL Project spaces, but if you are being

CONFORMANCE_TESTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ We will use this single entry to explain the format
144144
Must include one or more of the following tags: `command_line_tool`, `expression_tool` or `workflow`.
145145
If the test does not test any optional features, the tag `required` is required.
146146

147-
Because `conformance_tests.yaml` is a `schema-salad` processed document, [`$import`](https://www.commonwl.org/v1.2/SchemaSalad.html#Import)
147+
Because `conformance_tests.yaml` is a `schema-salad` processed document, [`$import`](https://www.commonwl.org/v1.3/SchemaSalad.html#Import)
148148
can be used to organize the tests into separate files.
149149

150150
Currently, the main file is too big (over 3400 lines); we are slowly re-organizing it.
@@ -166,7 +166,7 @@ At any level, if there is an extra field, then that will be considered an error.
166166
An exception to this is `class: File` and `class: Directory` objects, the `cwl-runner` under test can add additional fields here without causing a test to fail.
167167
Likewise, if you don't want to test some aspect of a `class: File` or `class: Directory` object (like `nameext`) you can just omit it.
168168

169-
[According to the CWL standards](https://www.commonwl.org/v1.2/CommandLineTool.html#File), the format of the `location` field in
169+
[According to the CWL standards](https://www.commonwl.org/v1.3/CommandLineTool.html#File), the format of the `location` field in
170170
`class: File` and `class: Directory` is implementation specific and we should not be testing them.
171171
Please remember to use `location: Any` for them.
172172

0 commit comments

Comments
 (0)