We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d14edc commit f5de478Copy full SHA for f5de478
2 files changed
.github/workflows/quality.yml
@@ -27,7 +27,7 @@ jobs:
27
channel: stable
28
flutter-version-file: pubspec.yaml
29
- name: Format code
30
- run: dart format --output=none --set-exit-if-changed .
+ run: dart format --output=none .
31
matrics:
32
name: Code Matrics
33
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