diff --git a/lib/x_lint/x_lint.yaml b/lib/x_lint/x_lint.yaml index 74bb325..e0d6b22 100644 --- a/lib/x_lint/x_lint.yaml +++ b/lib/x_lint/x_lint.yaml @@ -29,6 +29,7 @@ linter: use_decorated_box: true use_enums: true use_named_constants: true + prefer_adjacent_string_concatenation: true analyzer: errors: @@ -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