We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
avoid_print
1 parent 89707fd commit 759adc0Copy full SHA for 759adc0
packages/sane/analysis_options.yaml
@@ -1,9 +1,5 @@
1
include: package:flutter_lints/flutter.yaml
2
3
-analyzer:
4
- errors:
5
- avoid_print: ignore
6
-
7
linter:
8
rules:
9
prefer_single_quotes: true
packages/sane/example/main.dart
@@ -1,3 +1,5 @@
+// ignore_for_file: avoid_print
+
import 'dart:io';
import 'dart:typed_data';
0 commit comments