mirror of
https://github.com/toly1994328/FlutterUnit.git
synced 2025-05-04 03:06:42 +00:00
23 lines
702 B
YAML
23 lines
702 B
YAML
# This file configures the analyzer, which statically analyzes Dart code to
|
|
# check for errors, warnings, and lints.
|
|
#
|
|
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
|
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
|
# invoked from the command line by running `flutter analyze`.
|
|
|
|
# The following line activates a set of recommended lints for Flutter apps,
|
|
# packages, and plugins designed to encourage good coding practices.
|
|
include: package:flutter_lints/flutter.yaml
|
|
|
|
linter:
|
|
rules:
|
|
avoid_print: false # Uncomment to disable the `avoid_print` rule
|
|
file_names: false
|
|
|
|
analyzer:
|
|
exclude:
|
|
# - modules/widget_system/widgets/**
|
|
|
|
|
|
|