From 49dd606067748a61e442dfcc5b5f960eb5009324 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Thu, 23 Nov 2023 12:08:02 +0000 Subject: [PATCH] ci: removed directives_ordering fix --- .github/workflows/very_good_dart_cli.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/very_good_dart_cli.yaml b/.github/workflows/very_good_dart_cli.yaml index 2f84bf9..2ce443d 100644 --- a/.github/workflows/very_good_dart_cli.yaml +++ b/.github/workflows/very_good_dart_cli.yaml @@ -49,10 +49,7 @@ jobs: run: dart pub get --directory output/test_cli - name: ✨ Check Formatting - # TODO(alestiago): Remove `--code=directives_ordering` fix once the post_hook handles it. - run: | - dart fix output/ --apply --code=directives_ordering - dart format --set-exit-if-changed output/test_cli + run: dart format --set-exit-if-changed output/test_cli - name: 🕵️ Analyze run: dart analyze --fatal-infos --fatal-warnings output/test_cli