Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Remove lints enabled by pkg:pedantic #103

Merged
merged 1 commit into from
Mar 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
include: package:pedantic/analysis_options.yaml

analyzer:
strong-mode:
implicit-casts: false
errors:
todo: ignore
# Lint provided by pkg:pedantic – should fix this!
unawaited_futures: ignore

linter:
rules:
- prefer_generic_function_type_aliases
- prefer_typing_uninitialized_variables
- unnecessary_const
- unnecessary_new