style: Let the linter ignore isar's build artifact
This commit is contained in:
parent
5b4fd33cc2
commit
ba384ef5b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user