Skip to content

Commit

Permalink
feat: use_string_in_part_of_directives
Browse files Browse the repository at this point in the history
  • Loading branch information
mockturtl committed Aug 10, 2022
1 parent d103db7 commit afb7f36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## HEAD

**Prerelease**

[[email protected]][]

- `use_string_in_part_of_directives` [dart-lang/linter#3567][]

## [2.19.0-1][2.19.0]

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

[[email protected]]: https://pub.dev/packages/linter/changelog#1270
[[email protected]]: https://pub.dev/packages/linter/changelog#1260
[[email protected]]: https://pub.dev/packages/linter/changelog#1250
[[email protected]]: https://pub.dev/packages/linter/changelog#1240
Expand Down Expand Up @@ -142,3 +151,4 @@
[dart-lang/linter#3431]: https://github.com/dart-lang/linter/pull/3431
[dart-lang/linter#3468]: https://github.com/dart-lang/linter/pull/3468
[dart-lang/linter#3497]: https://github.com/dart-lang/linter/pull/3497
[dart-lang/linter#3567]: https://github.com/dart-lang/linter/pull/3567
1 change: 1 addition & 0 deletions lib/analysis_options.2.19.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ linter:
- use_rethrow_when_possible
- use_setters_to_change_properties
- use_string_buffers
- use_string_in_part_of_directives
- use_super_parameters
- use_test_throws_matchers
- use_to_and_as_if_applicable
Expand Down

0 comments on commit afb7f36

Please sign in to comment.