Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1cd6be

Browse files
authoredSep 7, 2022
latest mono_repo, ignore hints for now, use pubspec feature (google#1197)
Closes google#1196
1 parent 10dd2ee commit b1cd6be

File tree

8 files changed

+146
-117
lines changed

8 files changed

+146
-117
lines changed
 

‎.github/workflows/dart.yml

Lines changed: 137 additions & 111 deletions
Large diffs are not rendered by default.

‎_test_yaml/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/google/mono_repo.dart for details on this file
22
sdk:
3-
- 2.17.0
3+
- pubspec
44
- dev
55

66
stages:

‎analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4+
errors:
5+
# TODO: remove when pkg:analyzer v5 is out
6+
deprecated_member_use: ignore
47
language:
58
strict-casts: true
69

‎checked_yaml/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/google/mono_repo.dart for details on this file
22
sdk:
3-
- 2.17.0
3+
- pubspec
44
- dev
55

66
stages:

‎example/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/google/mono_repo.dart for details on this file
22
sdk:
3-
- 2.17.0
3+
- pubspec
44
- dev
55

66
stages:

‎json_annotation/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/google/mono_repo.dart for details on this file
22
sdk:
3-
- 2.17.0
3+
- pubspec
44
- dev
55

66
stages:

‎json_serializable/mono_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/google/mono_repo.dart for details on this file
22
sdk:
3-
- 2.17.0
3+
- pubspec
44
- dev
55

66
stages:

‎tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.3.0
2+
# Created with package:mono_repo v6.4.0
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)
Please sign in to comment.