Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Dec 16, 2024
1 parent 0c884d9 commit 800e032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish_validation/bin/publish_validation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ void main(List<String> arguments) async {
'lib/src/platform/_web_platform.dart: This package does not have web in the `dependencies` section of `pubspec.yaml`',
'lib/src/event_processor/url_filter/web_url_filter_event_processor.dart: This package does not have web in the `dependencies` section of `pubspec.yaml`',
'lib/src/web/script_loader/web_script_dom_api.dart: This package does not have web in the `dependencies` section of `pubspec.yaml`',
'test/web/dom_api/web_script_dom_api.dart: This package does not have web in the `dependencies` or `dev_dependencies` section of `pubspec.yaml`'
'test/web/dom_api/web_script_dom_api.dart: This package does not have web in the `dependencies` or `dev_dependencies` section of `pubspec.yaml`',
'test/web/web_utils.dart: This package does not have web in the `dependencies` or `dev_dependencies` section of `pubspec.yaml`',
];

// So far the expected errors all start with `* line`
Expand Down

0 comments on commit 800e032

Please sign in to comment.