Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit a9e1eb9

Browse files
authored
use package:lints
1 parent 7ade4cd commit a9e1eb9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.1.1-dev
22

33
* Populate the pubspec `repository` field.
4+
* Switch to using `package:lints`.
45

56
## 2.1.0
67

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
include: package:pedantic/analysis_options.yaml
1+
include: package:lints/recommended.yaml
2+
23
analyzer:
34
strong-mode:
45
implicit-casts: false

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ environment:
88

99
dependencies:
1010
path: ^1.8.0
11-
stack_trace: ^1.10.0
1211
source_maps: ^0.10.10
12+
stack_trace: ^1.10.0
1313

1414
dev_dependencies:
15+
lints: ^1.0.0
1516
source_span: ^1.8.0
1617
test: ^1.16.0
17-
pedantic: ^1.10.0

0 commit comments

Comments
 (0)