Skip to content

Commit 2a6be7e

Browse files
authored
Ignore analyzer deprecations (for now) (#754)
* also fix CI jobs
1 parent 37cd6de commit 2a6be7e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ jobs:
1212
publish:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
permissions:
16+
pull-requests: write
17+
id-token: write

analysis_options.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ analyzer:
55
strict-casts: true
66
strict-inference: true
77
strict-raw-types: true
8+
errors:
9+
# analyzer deprecations
10+
deprecated_member_use: ignore
811

912
linter:
1013
rules:

0 commit comments

Comments
 (0)