Skip to content

Commit

Permalink
run custom lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Oct 29, 2024
1 parent 738795a commit 25526db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions das_client/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25526db

Please sign in to comment.