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

Commit a5b664d

Browse files
author
Chris Yang
authored
[tools] fix typo in tools (#4607)
1 parent e7dbb5f commit a5b664d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/tool/lib/src/lint_android_command.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import 'common/package_looping_command.dart';
1212
import 'common/process_runner.dart';
1313
import 'common/repository_package.dart';
1414

15-
/// Lint the CocoaPod podspecs and run unit tests.
15+
/// Run 'gradlew lint'.
1616
///
17-
/// See https://guides.cocoapods.org/terminal/commands.html#pod_lib_lint.
17+
/// See https://developer.android.com/studio/write/lint.
1818
class LintAndroidCommand extends PackageLoopingCommand {
1919
/// Creates an instance of the linter command.
2020
LintAndroidCommand(

0 commit comments

Comments
 (0)