Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 98f908a

Browse files
2 parents c072918 + 8809fcf commit 98f908a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎.github/workflows/package_analyze.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: dart analyze --fatal-warnings --fatal-infos .
6666

6767
- name: Analyze by DCM
68-
uses: dart-code-checker/dart-code-metrics-action@v3.0.0
68+
uses: dart-code-checker/dart-code-metrics-action@v4.0.0
6969
with:
7070
github_token: ${{ secrets.GITHUB_TOKEN }}
7171
folders: "bin, example, lib, test"

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* chore: restrict `analyzer` version to `>=5.1.0 <5.14.0`.
6+
37
## 5.7.4
48

59
* chore: restrict `analyzer` version to `>=5.1.0 <5.13.0`.

‎pubspec.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platforms:
1515
macos:
1616

1717
dependencies:
18-
analyzer: ">=5.1.0 <5.13.0"
18+
analyzer: ">=5.1.0 <5.14.0"
1919
analyzer_plugin: ">=0.11.0 <0.12.0"
2020
ansicolor: ^2.0.1
2121
args: ^2.0.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /