Skip to content

Commit de82c9b

Browse files
committed
chore: fix ansible test order
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent dc359fd commit de82c9b

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

testdata/features/views.feature

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
Feature: Views
22

3-
Scenario: YAML
4-
When I test "views"
5-
Then the output should contain exactly:
6-
"""
7-
API.yml:3:10:Scopes.Titles:'sample API' should be capitalized
8-
API.yml:4:25:Vale.Spelling:Did you really mean 'multiline'?
9-
API.yml:9:70:Vale.Spelling:Did you really mean 'serrver'?
10-
API.yml:13:17:Vale.Spelling:Did you really mean 'serrver'?
11-
API.yml:15:70:Vale.Spelling:Did you really mean 'serrver'?
12-
Petstore.yaml:15:18:Vale.Spelling:Did you really mean 'Petstore'?
13-
Petstore.yaml:29:28:Vale.Spelling:Did you really mean 'Petstore'?
14-
Petstore.yaml:407:8:Vale.Spelling:Did you really mean 'nonintegers'?
15-
Rule.yml:3:39:Vale.Repetition:'can' is repeated!
16-
ansible.yml:3:13:Scopes.Titles:'reusing Code with Ansible Roles and Coent Collections' should be capitalized
17-
ansible.yml:3:13:Scopes.Ansible:'reusing Code with Ansible Roles and Coent Collections' should be capitalized
18-
ansible.yml:3:31:Vale.Spelling:Did you really mean 'Ansible'?
19-
ansible.yml:3:49:Vale.Spelling:Did you really mean 'Coent'?
20-
ansible.yml:5:11:Vale.Spelling:Did you really mean 'Ansible'?
21-
ansible.yml:5:29:Vale.Spelling:Did you really mean 'Ansible'?
22-
ansible.yml:5:60:Vale.Spelling:Did you really mean 'devlop'?
23-
ansible.yml:5:103:Vale.Spelling:Did you really mean 'Ansible'?
24-
ansible.yml:13:28:Vale.Spelling:Did you really mean 'purose'?
25-
ansible.yml:13:41:Vale.Spelling:Did you really mean 'Ansible'?
26-
github-workflow.json:14:24:Vale.Spelling:Did you really mean 'pull_request'?
27-
github-workflow.json:213:222:Vale.Spelling:Did you really mean 'env'?
28-
github-workflow.json:335:24:Vale.Spelling:Did you really mean 'pull_request'?
29-
github-workflow.json:494:264:Vale.Spelling:Did you really mean 'prereleased'?
30-
github-workflow.json:568:83:Vale.Spelling:Did you really mean 'job_id'?
31-
github-workflow.json:652:83:Vale.Spelling:Did you really mean 'job_id'?
32-
test.java:13:38:vale.Annotations:'XXX' left in text
33-
test.py:1:3:vale.Annotations:'FIXME' left in text
34-
test.py:11:3:vale.Annotations:'XXX' left in text
35-
test.py:13:16:vale.Annotations:'XXX' left in text
36-
test.py:14:14:vale.Annotations:'NOTE' left in text
37-
"""
3+
Scenario: YAML
4+
When I test "views"
5+
Then the output should contain exactly:
6+
"""
7+
API.yml:3:10:Scopes.Titles:'sample API' should be capitalized
8+
API.yml:4:25:Vale.Spelling:Did you really mean 'multiline'?
9+
API.yml:9:70:Vale.Spelling:Did you really mean 'serrver'?
10+
API.yml:13:17:Vale.Spelling:Did you really mean 'serrver'?
11+
API.yml:15:70:Vale.Spelling:Did you really mean 'serrver'?
12+
Petstore.yaml:15:18:Vale.Spelling:Did you really mean 'Petstore'?
13+
Petstore.yaml:29:28:Vale.Spelling:Did you really mean 'Petstore'?
14+
Petstore.yaml:407:8:Vale.Spelling:Did you really mean 'nonintegers'?
15+
Rule.yml:3:39:Vale.Repetition:'can' is repeated!
16+
ansible.yml:3:13:Scopes.Ansible:'reusing Code with Ansible Roles and Coent Collections' should be capitalized
17+
ansible.yml:3:13:Scopes.Titles:'reusing Code with Ansible Roles and Coent Collections' should be capitalized
18+
ansible.yml:3:31:Vale.Spelling:Did you really mean 'Ansible'?
19+
ansible.yml:3:49:Vale.Spelling:Did you really mean 'Coent'?
20+
ansible.yml:5:11:Vale.Spelling:Did you really mean 'Ansible'?
21+
ansible.yml:5:29:Vale.Spelling:Did you really mean 'Ansible'?
22+
ansible.yml:5:60:Vale.Spelling:Did you really mean 'devlop'?
23+
ansible.yml:5:103:Vale.Spelling:Did you really mean 'Ansible'?
24+
ansible.yml:13:28:Vale.Spelling:Did you really mean 'purose'?
25+
ansible.yml:13:41:Vale.Spelling:Did you really mean 'Ansible'?
26+
github-workflow.json:14:24:Vale.Spelling:Did you really mean 'pull_request'?
27+
github-workflow.json:213:222:Vale.Spelling:Did you really mean 'env'?
28+
github-workflow.json:335:24:Vale.Spelling:Did you really mean 'pull_request'?
29+
github-workflow.json:494:264:Vale.Spelling:Did you really mean 'prereleased'?
30+
github-workflow.json:568:83:Vale.Spelling:Did you really mean 'job_id'?
31+
github-workflow.json:652:83:Vale.Spelling:Did you really mean 'job_id'?
32+
test.java:13:38:vale.Annotations:'XXX' left in text
33+
test.py:1:3:vale.Annotations:'FIXME' left in text
34+
test.py:11:3:vale.Annotations:'XXX' left in text
35+
test.py:13:16:vale.Annotations:'XXX' left in text
36+
test.py:14:14:vale.Annotations:'NOTE' left in text
37+
"""

0 commit comments

Comments
 (0)