Skip to content

Commit

Permalink
Remove extra section from copy/paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweible-wf committed Oct 29, 2019
1 parent ac59230 commit 06056c1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions doc/tools/tuneup-check-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@ final config = {
By default this tool will run `pub run tuneup check` which will analyze all dart
files in the current project.

## Configuration

`TuneupCheckTool` supports one configuration option which is the list of args to
pass to the `dartanalyzer` process:

```dart
// tool/dart_dev/config.dart
import 'package:dart_dev/dart_dev.dart';
final config = {
'analyze': TuneupCheckTool(),
};
```

## Ignoring info outputs

By default, `pub run tuneup check` will include "info"-level analysis messages
Expand Down

0 comments on commit 06056c1

Please sign in to comment.