Skip to content

Commit 759adc0

Browse files
committed
Enforce avoid_print
1 parent 89707fd commit 759adc0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/sane/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
include: package:flutter_lints/flutter.yaml
22

3-
analyzer:
4-
errors:
5-
avoid_print: ignore
6-
73
linter:
84
rules:
95
prefer_single_quotes: true

packages/sane/example/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore_for_file: avoid_print
2+
13
import 'dart:io';
24
import 'dart:typed_data';
35

0 commit comments

Comments
 (0)