Skip to content

Commit

Permalink
additional linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAdityaKSingh committed Jan 1, 2022
1 parent 4723b87 commit fd9a6d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ include: package:flutter_lints/flutter.yaml
analyzer:
exclude: [lib/generated_plugin_registrant.dart]

language:
strict-interference: true
strict-raw-types: true

linter:
rules:
# Util classes
Expand Down

0 comments on commit fd9a6d8

Please sign in to comment.