Move pkg/scrape to package:lints.

Change-Id: I56eb8d0410ab529a434c540a67028f8ebe441c4d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240913
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2022-04-18 22:09:50 +00:00 committed by Commit Bot
parent 65bbfca88d
commit 26043c95cf
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,5 @@
include: package:pedantic/analysis_options.yaml
include: package:lints/recommended.yaml
analyzer:
strong-mode:
implicit-casts: false

View file

@ -1,6 +1,9 @@
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// ignore_for_file: implementation_imports
import 'dart:io';
import 'dart:math' as math;

View file

@ -13,4 +13,4 @@ dependencies:
path: ^1.7.0
dev_dependencies:
pedantic: ^1.9.2
lints: any