Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 860f5a1

Browse files
committed
Remove format dependency
1 parent 3cf307d commit 860f5a1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.cirrus.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ task:
8686
- ./script/build_all_plugins_app.sh apk
8787
- date
8888
depends_on:
89-
- format
9089
- publishable
9190
- name: build-apks+java-test+firebase-test-lab
9291
environment:
@@ -122,7 +121,6 @@ task:
122121
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`
123122
- date
124123
depends_on:
125-
- format
126124
- publishable
127125

128126
task:
@@ -167,5 +165,4 @@ task:
167165
- ./script/incremental_build.sh drive-examples
168166
- date
169167
depends_on:
170-
- format
171168
- publishable

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ analyzer:
44
# Ignore generated files
55
- '**/*.g.dart'
66
- '**/lib/src/generated/*.dart'
7-
enable-experiment:
8-
- extension-methods
97
linter:
108
rules:
119
- public_member_api_docs

0 commit comments

Comments
 (0)