Skip to content

Commit 0f4ac69

Browse files
committed
Remove prefer_adjacent_string_concatenation
1 parent db8efed commit 0f4ac69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/netglade_analysis/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Add prefer-expect-later
55
- Add avoid-nested-try-statements
66
- Add avoid-unnecessary-block
7+
- Remove prefer_adjacent_string_concatenation from Dart lints
78

89
## 15.0.0
910
- Adhere to DCM 1.26.0:

packages/netglade_analysis/lib/lints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ linter:
148148
# - package_api_docs
149149
- package_prefixed_library_names
150150
- parameter_assignments
151-
- prefer_adjacent_string_concatenation
151+
# - prefer_adjacent_string_concatenation # we don't like adjacent strings
152152
- prefer_asserts_in_initializer_lists
153153
- prefer_asserts_with_message
154154
- prefer_collection_literals

0 commit comments

Comments
 (0)