commit | 95d7d671c6de4510f65c9a5788447be86589191a | [log] [tgz] |
---|---|---|
author | Jenn Magder <magder@google.com> | Sun Apr 18 09:29:02 2021 -0700 |
committer | GitHub <noreply@github.com> | Sun Apr 18 09:29:02 2021 -0700 |
tree | 4949028f32ee898dce15ad6686af96a3ee89604a | |
parent | c09ace2724d1c0fc52753d39b71d15cb7fc4816a [diff] [blame] |
Remove analyze --dartdocs flag (#80484)
diff --git a/dev/bots/analyze.dart b/dev/bots/analyze.dart index b39c24d..a32f80d 100644 --- a/dev/bots/analyze.dart +++ b/dev/bots/analyze.dart
@@ -1197,7 +1197,7 @@ }) async { return runCommand( flutter, - <String>['analyze', '--dartdocs', ...options], + <String>['analyze', ...options], workingDirectory: workingDirectory, ); }