Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b committed Aug 1, 2023
1 parent f99f97d commit 2574f89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

**Status**: [Experimental][DocumentStatus]

This document defines general semantic conventions for client-side applications.
This document defines general semantic conventions for client-side applications.
The most common types of client applications are web applications (that run in a web browser)
and mobile apps (that run on a phone or tablet).
Client applications are differentiated from server applications in that they service a user rather than requests. This adds unique requirements and needs to client-side semantic conventions.

Client applications are differentiated from server applications in that they service a user rather than requests.
This adds unique requirements and needs to client-side semantic conventions.

The following semantic conventions exist for client:

Expand Down
1 change: 1 addition & 0 deletions docs/client/session.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Semantic conventions for session

This document defines semantic conventions to apply to client-side applications when tracking sessions.

Session is defined as the period of time encompassing all activities performed by the application and the actions
Expand Down
5 changes: 1 addition & 4 deletions model/client/session.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ groups:
type: string
brief: "A GUID."
examples: "00112233-4455-6677-8899-aabbccddeeff"
requirement_level: opt_in



requirement_level: opt_in

Check failure on line 13 in model/client/session.yaml

View workflow job for this annotation

GitHub Actions / yamllint

[new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 2574f89

Please sign in to comment.