Skip to content

Commit

Permalink
README files: Fix markdownlint file-level warnings
Browse files Browse the repository at this point in the history
Fix the few markdownlint warnings [1,2] across these files in VS Code.

Concludes the fixing of markdownlint issues for all current README files
in this repository.

[1] https://github.com/DavidAnson/markdownlint/blob/v0.24.0/doc/Rules.md#md041
[2] https://github.com/DavidAnson/markdownlint/blob/v0.24.0/doc/Rules.md#md047

Signed-off-by: Marco Miller <marco.miller@ericsson.com>
  • Loading branch information
marco-miller committed Feb 3, 2022
1 parent 020ada1 commit 2828a28
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@ The following command prints a coverage report to the terminal. As of now, it co

```shell
yarn test --coverage --collectCoverageFrom='src/**/*.ts'
```
```
2 changes: 1 addition & 1 deletion packages/base/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Description
# Description

The Trace Viewer base package contains trace management utilities for managing traces using Trace Server applications that implement the Trace Server Protocol (TSP). While being initially used within the Theia Trace Viewer extension, its code base is independent to any Theia APIs and hence can be integrated in other web applications.

Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Description
# Description

The Trace Viewer react-components package contains views and utilities for visualizing traces and logs via the Trace Server Protocol connected a Trace Server applications. While being initially used within the Theia Trace Viewer extension, its code base is independent to any Theia APIs and hence can be integrated in other web applications.

Expand Down
4 changes: 2 additions & 2 deletions theia-extensions/viewer-prototype/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Description
# Description

The Theia trace viewer extension is providing a trace viewing front-end to Trace Server applications implementing the Trace Server protocol.

Expand All @@ -10,4 +10,4 @@ The Theia trace viewer extension is providing a trace viewing front-end to Trace

## Screenshots

![Trace Viewer Screenshot](https://raw.githubusercontent.com/theia-ide/theia-trace-extension/master/doc/images/theia-trace-extension-0.0.2.png)
![Trace Viewer Screenshot](https://raw.githubusercontent.com/theia-ide/theia-trace-extension/master/doc/images/theia-trace-extension-0.0.2.png)

0 comments on commit 2828a28

Please sign in to comment.