Skip to content

Commit e2d100a

Browse files
committed
Merge remote-tracking branch 'origin/HEAD' into build_config_cleanup
2 parents d7c1745 + ef39cfd commit e2d100a

File tree

73 files changed

+3034
-3367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3034
-3367
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Firebase Functions for Dart
22

3-
[![Tests](https://github.com/invertase/firebase-functions-dart/actions/workflows/test.yml/badge.svg)](https://github.com/invertase/firebase-functions-dart/actions/workflows/test.yml)
4-
[![PR Checks](https://github.com/invertase/firebase-functions-dart/actions/workflows/pr-checks.yml/badge.svg)](https://github.com/invertase/firebase-functions-dart/actions/workflows/pr-checks.yml)
3+
[![Tests](https://github.com/invertase/firebase_functions/actions/workflows/test.yml/badge.svg)](https://github.com/invertase/firebase_functions/actions/workflows/test.yml)
4+
[![PR Checks](https://github.com/invertase/firebase_functions/actions/workflows/pr-checks.yml/badge.svg)](https://github.com/invertase/firebase_functions/actions/workflows/pr-checks.yml)
55

66
Write Firebase Cloud Functions in Dart with full type safety and performance.
77

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ analyzer:
99
missing_required_param: error
1010
missing_return: error
1111
todo: ignore
12+
# Library names are optional but doc comments before them are cleaner
13+
unnecessary_library_name: ignore
14+
dangling_library_doc_comments: ignore
1215

1316
linter:
1417
rules:

0 commit comments

Comments
 (0)