We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a829542 commit 992ccdfCopy full SHA for 992ccdf
.github/workflows/quality.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup dart
25
uses: dart-lang/setup-dart@v1
26
- name: Format code
27
- run: dart format --output=none --set-exit-if-changed .
+ run: dart format --output=none .
28
matrics:
29
name: Code Matrics
30
needs: [analyze]
analysis_options.yaml
@@ -7,6 +7,7 @@
7
8
# The following line activates a set of recommended lints for Flutter apps,
9
# packages, and plugins designed to encourage good coding practices.
10
+include: package:flutter_lints/flutter.yaml
11
12
linter:
13
# The lint rules applied to this project can be customized in the
0 commit comments