We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cd6de commit 2a6be7eCopy full SHA for 2a6be7e
.github/workflows/publish.yaml
@@ -12,3 +12,6 @@ jobs:
12
publish:
13
if: ${{ github.repository_owner == 'dart-lang' }}
14
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15
+ permissions:
16
+ pull-requests: write
17
+ id-token: write
analysis_options.yaml
@@ -5,6 +5,9 @@ analyzer:
5
strict-casts: true
6
strict-inference: true
7
strict-raw-types: true
8
+ errors:
9
+ # analyzer deprecations
10
+ deprecated_member_use: ignore
11
linter:
rules:
0 commit comments