Skip to content

Commit

Permalink
feat: remove deprecated legacy syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed May 3, 2023
1 parent 1adb939 commit 633725b
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,719 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/e2e.yaml
Expand Up @@ -43,14 +43,6 @@ jobs:
- test/commands/create/flutter_package/flutter_pkg_test.dart
- test/commands/create/flutter_plugin/flutter_plugin_test.dart

# E2E tests for the legacy create command syntax
- test/commands/create/legacy/core_test.dart
- test/commands/create/legacy/dart_cli_test.dart
- test/commands/create/legacy/dart_pkg_test.dart
- test/commands/create/legacy/docs_site_test.dart
- test/commands/create/legacy/flame_game_test.dart
- test/commands/create/legacy/flutter_pkg_test.dart

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v3.1.0
Expand Down
51 changes: 0 additions & 51 deletions e2e/test/commands/create/legacy/core_test.dart

This file was deleted.

82 changes: 0 additions & 82 deletions e2e/test/commands/create/legacy/dart_cli_test.dart

This file was deleted.

81 changes: 0 additions & 81 deletions e2e/test/commands/create/legacy/dart_pkg_test.dart

This file was deleted.

57 changes: 0 additions & 57 deletions e2e/test/commands/create/legacy/docs_site_test.dart

This file was deleted.

60 changes: 0 additions & 60 deletions e2e/test/commands/create/legacy/flame_game_test.dart

This file was deleted.

0 comments on commit 633725b

Please sign in to comment.