Skip to content

Commit

Permalink
Enforce avoid_print
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftplacer committed Nov 4, 2024
1 parent 89707fd commit 759adc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/sane/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
include: package:flutter_lints/flutter.yaml

analyzer:
errors:
avoid_print: ignore

linter:
rules:
prefer_single_quotes: true
Expand Down
2 changes: 2 additions & 0 deletions packages/sane/example/main.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: avoid_print

import 'dart:io';
import 'dart:typed_data';

Expand Down

0 comments on commit 759adc0

Please sign in to comment.