Skip to content

Commit

Permalink
yaml lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Mar 9, 2024
1 parent 6ff737a commit d045ab5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .chloggen/device_app_lifecycle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ change_type: breaking
component: device.app.lifecycle

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Reformat and update the `device.app.lifecycle` event description adds constraints for the possible values of the `android.state` and `ios.state`.
note: >
Reformat and update the `device.app.lifecycle` event description adds constraints for the possible values of
the `android.state` and `ios.state`.
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand All @@ -19,4 +21,6 @@ issues: [794]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: Removes the `ios.lifecycle.events` and `android.lifecycle.events` attributes from the global registry and adds constraints for the possible values of the `android.state` and `ios.state` attributes.
subtext: >
Removes the `ios.lifecycle.events` and `android.lifecycle.events` attributes from the global registry and adds
constraints for the possible values of the `android.state` and `ios.state` attributes.
2 changes: 1 addition & 1 deletion docs/mobile/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ events on mobile platforms. All mobile events MUST use a namespace of
<!-- toc -->

- [Lifecycle instrumentation](#lifecycle-instrumentation)
* [Event details](#event-details)
- [Event details](#event-details)

<!-- tocstop -->

Expand Down
1 change: 0 additions & 1 deletion model/logs/mobile-events.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
groups:
- id: device.app.lifecycle
stability: experimental
requirement_level: "required"
type: event
name: device.app.lifecycle
brief: >
Expand Down

0 comments on commit d045ab5

Please sign in to comment.