Skip to content

Commit 47c30f4

Browse files
committed
updated deps
1 parent 5bc9886 commit 47c30f4

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

analysis_options.yaml

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
# Defines a default set of lint rules enforced for
2-
# projects at Google. For details and rationale,
3-
# see https://github.com/dart-lang/pedantic#enabled-lints.
4-
include: package:pedantic/analysis_options.1.8.0.yaml
1+
include: package:flutter_lints/flutter.yaml
52

6-
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
7-
# Uncomment to specify additional rules.
8-
# linter:
9-
# rules:
10-
# - camel_case_types
11-
12-
# analyzer:
13-
# exclude:
14-
# - path/to/excluded/files/**
3+
linter:
4+
rules:
5+
avoid_print: false
6+
prefer_single_quotes: true

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ environment:
77
sdk: '>=2.12.0 <3.0.0'
88

99
dev_dependencies:
10-
pedantic: ^1.11.0
11-
test: ^1.16.5
10+
flutter_lints: ^1.0.4
11+
test: ^1.20.1

0 commit comments

Comments
 (0)