From 4d26f8af53f4cee1ae1ef8a1a12142871faa3652 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Mon, 30 Dec 2024 17:42:02 +0100 Subject: [PATCH] auto fix rules --- demo_sqflite/analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_sqflite/analysis_options.yaml b/demo_sqflite/analysis_options.yaml index 61b6c4d..9b4bd70 100644 --- a/demo_sqflite/analysis_options.yaml +++ b/demo_sqflite/analysis_options.yaml @@ -21,7 +21,7 @@ linter: # or a specific dart file by using the `// ignore: name_of_lint` and # `// ignore_for_file: name_of_lint` syntax on the line or in the file # producing the lint. - rules: + rules: [] # avoid_print: false # Uncomment to disable the `avoid_print` rule # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule