From a2cc708280080559eaaa905abd0382ccc2e93287 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 28 Aug 2024 17:21:47 -0500 Subject: [PATCH] fix: remove `analysis_options` monorepo work-around (#2455) --- pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml deleted file mode 100644 index 32f986a0..00000000 --- a/pubspec.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# This file is a workaround for https://github.com/dart-lang/sdk/issues/56047 -name: _ -environment: - sdk: ^3.5.0 -dev_dependencies: - very_good_analysis: ^6.0.0 \ No newline at end of file