Skip to content

Commit fe03b7a

Browse files
committed
Bumped glean_parser version to 3.7.0
1 parent 442e418 commit fe03b7a

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const LOG_TAG = "CLI";
1919
const VIRTUAL_ENVIRONMENT_DIR = ".venv";
2020

2121
// The version of glean_parser to install from PyPI.
22-
const GLEAN_PARSER_VERSION = "3.5.0";
22+
const GLEAN_PARSER_VERSION = "3.7.0";
2323

2424
// This script runs a given Python module as a "main" module, like
2525
// `python -m module`. However, it first checks that the installed

samples/qt-qml-app/pings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ custom:
2222
- https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6
2323
notification_emails:
2424
- glean-team@mozilla.com
25+
no_lint:
26+
- REDUNDANT_PING
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PySide2==5.15.2
22
shiboken2==5.15.2
3-
glean_parser==3.5.0
3+
glean_parser==3.7.0

samples/web-extension/javascript/src/pings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ custom:
2222
- https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6
2323
notification_emails:
2424
- glean-team@mozilla.com
25+
no_lint:
26+
- REDUNDANT_PING

samples/web-extension/typescript/src/pings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ custom:
1818
- https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6
1919
notification_emails:
2020
- glean-team@mozilla.com
21+
no_lint:
22+
- REDUNDANT_PING

0 commit comments

Comments
 (0)