Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 36a1457

Browse files
authored
[google_sign_in_web] Ignore analyzer checks in generated files. (#3622)
These checks are currently breaking the engine/framework rolls.
1 parent 34d0aa5 commit 36a1457

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/google_sign_in/google_sign_in_web/lib/src/generated/gapi.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs, unused_element
6+
57
@JS()
68
library gapi;
79

packages/google_sign_in/google_sign_in_web/lib/src/generated/gapiauth2.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs, unused_element
6+
57
@JS()
68
library gapiauth2;
79

0 commit comments

Comments
 (0)