Skip to content

Commit 6e6b019

Browse files
Copilotnomeguy
andcommitted
chore: migrate from deprecated pedantic to lints package
- Replace pedantic with lints package in dev_dependencies - Update analysis_options.yaml to use lints/recommended.yaml - All tests pass successfully (452 tests) - No breaking changes introduced Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
1 parent b68781c commit 6e6b019

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Defines a default set of lint rules enforced for
22
# projects at Google. For details and rationale,
3-
# see https://github.com/dart-lang/pedantic#enabled-lints.
4-
include: package:pedantic/analysis_options.yaml
3+
# see https://github.com/dart-lang/lints#lints
4+
include: package:lints/recommended.yaml
55

66
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
77
# Uncomment to specify additional rules.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
quiver: ^3.0.1
1616

1717
dev_dependencies:
18-
pedantic: ^1.11.0
18+
lints: ^5.1.0
1919
test: ^1.16.7

0 commit comments

Comments
 (0)