Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(metrics): remove no_lint: baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfluckey committed Nov 27, 2023
1 parent 541cbf6 commit 3398a17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion telemetry/generated/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. DO NOT COMMIT.

import StringMetricType from "@mozilla/glean/private/metrics/string";
import EventMetricType from "@mozilla/glean/private/metrics/event";
import StringMetricType from "@mozilla/glean/private/metrics/string";

/**
* Event triggered when a user clicks a link on a web page.
Expand Down
8 changes: 0 additions & 8 deletions telemetry/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ identifiers:
expires: never
send_in_pings:
- events
no_lint:
- baseline

mastodon_account_id:
type: string
Expand All @@ -43,8 +41,6 @@ identifiers:
expires: never
send_in_pings:
- events
no_lint:
- baseline

mastodon_account_handle:
type: string
Expand All @@ -66,8 +62,6 @@ identifiers:
expires: never
send_in_pings:
- events
no_lint:
- baseline

user_agent:
type: string
Expand All @@ -89,8 +83,6 @@ identifiers:
expires: never
send_in_pings:
- events
no_lint:
- baseline

ui:
impression:
Expand Down

0 comments on commit 3398a17

Please sign in to comment.