Skip to content

Commit

Permalink
Merge branch 'remove-print'
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed May 24, 2023
2 parents 74e5623 + cfeca22 commit 5e72cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/x_lint/x_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
avoid_print: false
avoid_print: true
prefer_single_quotes: true
prefer_const_constructors: false
prefer_typing_uninitialized_variables: false
Expand Down Expand Up @@ -47,6 +47,7 @@ analyzer:
use_decorated_box: info
use_enums: warning
use_named_constants: warning
avoid_print: warning

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down

0 comments on commit 5e72cfb

Please sign in to comment.