Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ linter:
- avoid_void_async
- directives_ordering
- discarded_futures
- library_private_types_in_public_api
- omit_local_variable_types
- parameter_assignments
- prefer_asserts_with_message
Expand Down
1 change: 0 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ builders:
- ".dart_tool/firebase/functions.yaml"
auto_apply: root_package
build_to: source
runs_before: []
2 changes: 1 addition & 1 deletion example/firestore_test/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
targets:
$default:
builders:
firebase_functions|spec:
firebase_functions|spec_builder:
enabled: true
4 changes: 1 addition & 3 deletions example/with_options/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
targets:
$default:
builders:
firebase_functions|spec:
firebase_functions|spec_builder:
enabled: true
generate_for:
- lib/**
Loading