style: Let the linter ignore isar's build artifact

This commit is contained in:
PapaTutuWawa 2022-01-23 12:26:33 +01:00
parent 5b4fd33cc2
commit ba384ef5b6

View File

@ -1,5 +1,10 @@
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
# Generated by isar
- lib/isar.g.dart
linter:
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule