Skip to content

Commit 992ccdf

Browse files
committed
debug ci
1 parent a829542 commit 992ccdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup dart
2525
uses: dart-lang/setup-dart@v1
2626
- name: Format code
27-
run: dart format --output=none --set-exit-if-changed .
27+
run: dart format --output=none .
2828
matrics:
2929
name: Code Matrics
3030
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)