Skip to content

Commit 0d3e260

Browse files
committed
Remove Backend.yml
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent 7d0e2c9 commit 0d3e260

2 files changed

Lines changed: 12 additions & 24 deletions

File tree

Microsoft/Backend.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

features/rules.feature

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ Feature: Rules
6262
test.md:35:8:Microsoft.ComplexWords:Consider using 'carry out' or 'do' instead of 'accomplish'.
6363
"""
6464

65-
Scenario: Backend vs. Back-end
66-
When I test "Backend"
67-
Then the output should contain exactly:
68-
"""
69-
test.md:3:7:Microsoft.Backend:Use 'back-end' instead of 'back end'.
70-
test.md:9:20:Microsoft.Backend:Use 'back end' instead of 'back-end'.
71-
test.md:11:5:Microsoft.Backend:Use 'back-end' instead of 'back end'.
72-
test.md:13:5:Microsoft.Backend:Use 'back end' instead of 'back-end'.
73-
test.md:15:24:Microsoft.Backend:Use 'back-end' instead of 'back end'.
74-
test.md:15:50:Microsoft.Backend:Use 'back-end' instead of 'back end'.
75-
test.md:19:17:Microsoft.Backend:Use 'back-end' instead of 'back end'.
76-
"""
65+
# Scenario: Backend vs. Back-end
66+
# When I test "Backend"
67+
# Then the output should contain exactly:
68+
# """
69+
# test.md:3:7:Microsoft.Backend:Use 'back-end' instead of 'back end'.
70+
# test.md:9:20:Microsoft.Backend:Use 'back end' instead of 'back-end'.
71+
# test.md:11:5:Microsoft.Backend:Use 'back-end' instead of 'back end'.
72+
# test.md:13:5:Microsoft.Backend:Use 'back end' instead of 'back-end'.
73+
# test.md:15:24:Microsoft.Backend:Use 'back-end' instead of 'back end'.
74+
# test.md:15:50:Microsoft.Backend:Use 'back-end' instead of 'back end'.
75+
# test.md:19:17:Microsoft.Backend:Use 'back-end' instead of 'back end'.
76+
# """
7777

7878
Scenario: Use of contractions
7979
When I test "Contractions"

0 commit comments

Comments
 (0)