Skip to content

Commit f5de478

Browse files
WishyutCAnton-Dodonov
authored andcommitted
debug ci
1 parent 6d14edc commit f5de478

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
channel: stable
2828
flutter-version-file: pubspec.yaml
2929
- name: Format code
30-
run: dart format --output=none --set-exit-if-changed .
30+
run: dart format --output=none .
3131
matrics:
3232
name: Code Matrics
3333
needs: [analyze]

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# The following line activates a set of recommended lints for Flutter apps,
99
# packages, and plugins designed to encourage good coding practices.
10+
include: package:flutter_lints/flutter.yaml
1011

1112
linter:
1213
# The lint rules applied to this project can be customized in the

0 commit comments

Comments
 (0)