Skip to content

Commit

Permalink
add prefer_adjacent_string_concatenation for error
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Oct 23, 2023
1 parent 25719ef commit db17112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/x_lint/x_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ linter:
use_decorated_box: true
use_enums: true
use_named_constants: true
prefer_adjacent_string_concatenation: true

analyzer:
errors:
Expand All @@ -48,6 +49,7 @@ analyzer:
use_enums: warning
use_named_constants: warning
avoid_print: warning
prefer_adjacent_string_concatenation: error

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

0 comments on commit db17112

Please sign in to comment.