Skip to content

Commit

Permalink
update lints settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Apr 15, 2022
1 parent 3b1c30d commit f9daf61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.yaml
include: package:lints/recommended.yaml

linter:
rules:
Expand Down Expand Up @@ -150,4 +150,4 @@ linter:

analyzer:
strong-mode:
implicit-casts: false
implicit-casts: false
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dependencies:
xml: '>=5.0.0 <6.0.0'

dev_dependencies:
lints: ^1.0.1
test: ^1.16.8

0 comments on commit f9daf61

Please sign in to comment.