Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mariam-abdulla committed Dec 13, 2024
1 parent 9aae287 commit c9a141d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/RFCs/011-Sdk-Testing-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,19 @@ Here is a global.json sample:

```json
{
"test" : {
"test" : {
"runner": {
"name": "MicrosoftTestingPlatform"
}
}
}

/**
* JSON Configuration for the testing platform.
*
* Properties:
* - test: Contains configuration related to the test settings.
* - runner: Specifies the test runner details.
* - name: The name of the test runner to be used, in this case, "MicrosoftTestingPlatform".
*/
```

It contains the properties below:
- test: Contains configuration related to the test settings.

Check failure on line 46 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Unordered list indentation [Expected: 0; Actual: 2]

Check failure on line 46 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Lists should be surrounded by blank lines [Context: "- test: Contains configuration..."]
- runner: Specifies the test runner details.

Check failure on line 47 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Unordered list indentation [Expected: 0; Actual: 2]
- name: The name of the test runner to be used, in this case, "MicrosoftTestingPlatform".

Check failure on line 48 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Unordered list indentation [Expected: 0; Actual: 2]

Check failure on line 49 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces [Expected: 0; Actual: 1]
#### 2. Example 2

```json
Expand Down

0 comments on commit c9a141d

Please sign in to comment.