From 25526db07f5585372acc12225da6b0a9be10ed82 Mon Sep 17 00:00:00 2001 From: u221711 Date: Wed, 30 Oct 2024 00:15:44 +0100 Subject: [PATCH] run custom lint --- .github/workflows/flutter_android_build.yml | 2 +- das_client/analysis_options.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/flutter_android_build.yml b/.github/workflows/flutter_android_build.yml index c0c3c4f3..a759c8e6 100644 --- a/.github/workflows/flutter_android_build.yml +++ b/.github/workflows/flutter_android_build.yml @@ -52,7 +52,7 @@ jobs: echo "ANDROID_KEY_PASSWORD=$ANDROID_KEY_PASSWORD" >> "$GITHUB_ENV" flutter pub get flutter pub run build_runner build --delete-conflicting-outputs - - run: flutter analyze + - run: flutter pub run custom_lint - run: flutter test - run: flutter build appbundle --flavor dev -t lib/main_dev.dart - run: flutter build appbundle --flavor inte -t lib/main_inte.dart diff --git a/das_client/analysis_options.yaml b/das_client/analysis_options.yaml index 2131b233..7a84bf36 100644 --- a/das_client/analysis_options.yaml +++ b/das_client/analysis_options.yaml @@ -23,8 +23,6 @@ linter: # producing the lint. rules: always_use_package_imports: true - # avoid_print: false # Uncomment to disable the `avoid_print` rule - # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule # Additional information about this file can be found at # https://dart.dev/guides/language/analysis-options