Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest mono_repo, ignore hints for now, use pubspec feature #1197

Merged
merged 2 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
248 changes: 137 additions & 111 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _test_yaml/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/google/mono_repo.dart for details on this file
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include: package:lints/recommended.yaml

analyzer:
errors:
# TODO: remove when pkg:analyzer v5 is out
deprecated_member_use: ignore
language:
strict-casts: true

Expand Down
2 changes: 1 addition & 1 deletion checked_yaml/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/google/mono_repo.dart for details on this file
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion example/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/google/mono_repo.dart for details on this file
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion json_annotation/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/google/mono_repo.dart for details on this file
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion json_serializable/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/google/mono_repo.dart for details on this file
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion tool/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Created with package:mono_repo v6.3.0
# Created with package:mono_repo v6.4.0

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