-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #835 from Workiva/analyzer-5
FEDX-165 Upgrade to analyzer 5
- Loading branch information
Showing
114 changed files
with
2,012 additions
and
1,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
# Can't run on `dev` (Dart 3) until we're fully null-safe. | ||
# We can't run on Dart >=2.19 until https://github.com/dart-lang/sdk/issues/51128 | ||
# is fixed, or we work around it, which requires upgrading to analyzer ^5.1.0. | ||
sdk: [ 2.13.4, 2.18.7 ] | ||
sdk: [ 2.18.7, 2.19.6 ] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: dart-lang/[email protected] | ||
|
@@ -88,16 +86,11 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
# Can't run on `dev` (Dart 3) until we're fully null-safe. | ||
# We can't run on Dart >=2.19 until https://github.com/dart-lang/sdk/issues/51128 | ||
# is fixed, or we work around it, which requires upgrading to analyzer ^5.1.0. | ||
sdk: [ 2.13.4, 2.18.7 ] | ||
sdk: [ 2.18.7, 2.19.6 ] | ||
analyzer: | ||
- ^1.0.0 | ||
- ^2.0.0 | ||
# Don't validate analyzer ^2.0.0 in 2.13.4 since it can't resolve. | ||
exclude: | ||
- sdk: 2.13.4 | ||
analyzer: ^2.0.0 | ||
# We only have one version currently, but we'll leave this CI step in place | ||
# for the next time we need to support multiple analyzer versions. | ||
- ^5.1.0 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: dart-lang/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM google/dart:2.13 | ||
FROM dart:2.18 | ||
|
||
# Expose env vars for git ssh access | ||
ARG GIT_SSH_KEY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.