diff --git a/.github/workflows/elastic-ci.yml b/.github/workflows/elastic-ci.yml index 632f120d..a83b6da6 100644 --- a/.github/workflows/elastic-ci.yml +++ b/.github/workflows/elastic-ci.yml @@ -41,7 +41,7 @@ jobs: run: dart format --output=none --set-exit-if-changed lib/* test/* - name: Verify import order - run: dart run import_sorter:main --no-comments --exit-if-changed lib/* test/* + run: dart run import_sorter:main --exit-if-changed - name: Analyze project source run: flutter analyze --no-fatal-infos --no-fatal-warnings diff --git a/pubspec.yaml b/pubspec.yaml index cd73c376..2ad51b88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -61,6 +61,9 @@ flutter: - assets/logos/ - assets/fields/ +import_sorter: + comments: false + msix_config: display_name: Elastic publisher_display_name: Gold872