From 432741922c68c3cd4b2d45c8e143cbe1ce4afc9b Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Sun, 15 Jan 2023 08:50:49 +0100 Subject: [PATCH] Add single quote lint rule --- analysis_options.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index f930224..2ded24e 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -25,6 +25,7 @@ linter: avoid_print: false directives_ordering: false always_use_package_imports: false + prefer_single_quotes: true # analyzer: # exclude: