Skip to content

Commit afb7f36

Browse files
committed
feat: use_string_in_part_of_directives
dart-archive/linter#3567
1 parent d103db7 commit afb7f36

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## HEAD
2+
3+
**Prerelease**
4+
5+
[linter@1.27.0][]
6+
7+
- `use_string_in_part_of_directives` [dart-lang/linter#3567][]
8+
19
## [2.19.0-1][2.19.0]
210

311
**Prerelease**
@@ -97,6 +105,7 @@
97105
[2.13.0]: https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#2130
98106
[2.12.0]: https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#2120---2021-03-03
99107

108+
[linter@1.27.0]: https://pub.dev/packages/linter/changelog#1270
100109
[linter@1.26.0]: https://pub.dev/packages/linter/changelog#1260
101110
[linter@1.25.0]: https://pub.dev/packages/linter/changelog#1250
102111
[linter@1.24.0]: https://pub.dev/packages/linter/changelog#1240
@@ -142,3 +151,4 @@
142151
[dart-lang/linter#3431]: https://github.com/dart-lang/linter/pull/3431
143152
[dart-lang/linter#3468]: https://github.com/dart-lang/linter/pull/3468
144153
[dart-lang/linter#3497]: https://github.com/dart-lang/linter/pull/3497
154+
[dart-lang/linter#3567]: https://github.com/dart-lang/linter/pull/3567

lib/analysis_options.2.19.0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ linter:
205205
- use_rethrow_when_possible
206206
- use_setters_to_change_properties
207207
- use_string_buffers
208+
- use_string_in_part_of_directives
208209
- use_super_parameters
209210
- use_test_throws_matchers
210211
- use_to_and_as_if_applicable

0 commit comments

Comments
 (0)