Skip to content

Commit ae63eb6

Browse files
committed
ci: remove package_api_docs
1 parent a5165b2 commit ae63eb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ linter:
2020
- non_constant_identifier_names
2121
- one_member_abstracts
2222
- overridden_fields
23-
- package_api_docs
2423
- package_names
2524
- package_prefixed_library_names
2625
- prefer_asserts_in_initializer_lists

lib/src/async/web_driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class AppiumWebDriver implements AppiumSearchContext {
206206
/// Take a screenshot of the current page as PNG as stream of uint8.
207207
///
208208
/// Don't use this method. Prefer [captureScreenshotAsBase64] or
209-
/// [captureScreenshotAsList]. Returning the data as Stream<int> can be very
209+
/// [captureScreenshotAsList]. Returning the data as Stream can be very
210210
/// slow.
211211
@Deprecated('Use captureScreenshotAsBase64 or captureScreenshotAsList!')
212212
Stream<int> captureScreenshot() async* {

0 commit comments

Comments
 (0)