Skip to content

Commit

Permalink
Add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jun 19, 2024
1 parent 67a7f47 commit 84f8af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
coverage_web: false
checks: "version,changelog,license,do-not-submit,breaking,coverage"
permissions:
pull-requests: write
2 changes: 1 addition & 1 deletion pkgs/record_use/lib/src/proto/usages_shared.pbjson.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// @dart = 2.12

// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: annotate_overrides, camel_case_types, comment_references, lines_longer_than_80_chars
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
Expand Down

0 comments on commit 84f8af4

Please sign in to comment.