forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[connectivity] Lint for public DartDocs (flutter#2269)
Missing DartDocs were recently added to this plugin. Add a package-specific analysis options to make sure that they don't regress going forward.
- Loading branch information
Michael Klimushyn
authored
Nov 13, 2019
1 parent
e87ef4c
commit 3c59297
Showing
5 changed files
with
29 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This exists to add a lint for missing API docs just on this specific package, | ||
# since not all packages have coverage for all their public members yet and | ||
# adding it in would be non-trivial. `public_member_api_docs` should be applied | ||
# to new packages going forward, and ideally the main `analysis_options.yaml` | ||
# file as soon as possible. | ||
|
||
include: ../../analysis_options.yaml | ||
|
||
linter: | ||
rules: | ||
- public_member_api_docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description: Flutter plugin for discovering the state of the network (WiFi & | |
mobile/cellular) connectivity on Android and iOS. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity | ||
version: 0.4.5+4 | ||
version: 0.4.5+5 | ||
|
||
flutter: | ||
plugin: | ||
|