From f3c45e74a6c00d5e9a64435a1f8ea2e36a8d665d Mon Sep 17 00:00:00 2001 From: Marvin M <39344769+M123-dev@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:29:03 +0200 Subject: [PATCH] Update analysis_options.yaml --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 2c1ee5ed..e111bcf8 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -53,7 +53,7 @@ linter: avoid_void_async: false await_only_futures: true camel_case_extensions: true - camel_case_types: false # maybe to be changed + camel_case_types: false cancel_subscriptions: true cast_nullable_to_non_nullable: false # to be changed constant_identifier_names: false