Skip to content

Commit

Permalink
[google_sign_in_web] Ignore analyzer checks in generated files. (flut…
Browse files Browse the repository at this point in the history
…ter#3622)

These checks are currently breaking the engine/framework rolls.
  • Loading branch information
ditman authored Feb 23, 2021
1 parent 34d0aa5 commit 36a1457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: public_member_api_docs, unused_element

@JS()
library gapi;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: public_member_api_docs, unused_element

@JS()
library gapiauth2;

Expand Down

0 comments on commit 36a1457

Please sign in to comment.