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 0586005 commit a129f0bCopy full SHA for a129f0b
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Analyze code
49
run: dart analyze packages/dart --fatal-infos
50
- name: Lint
51
- run: dart format packages/dart
+ run: dart format --output=none --set-exit-if-changed packages/dart
52
- name: Publish dry run
53
run: cd packages/dart && dart pub publish --dry-run
54
- name: Run tests
packages/dart/analysis_options.yaml
@@ -1 +1,5 @@
1
include: package:lints/recommended.yaml
2
+
3
+analyzer:
4
+ exclude:
5
+ - "*.mocks.dart"
0 commit comments