Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 422981f

Browse files
authored
1.7.0 (#2739)
* 1.7.0 * update * version bump
1 parent 0f0540b commit 422981f

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# master
2-
3-
- update `use_setters_to_change_properties` to only highlight a method name,
4-
not the entire body and doc comment.
5-
- update `unnecessary_getters_setters` to allow otherwise "unnecessary" getters
6-
and setters with annotations.
7-
- update `missing_whitespace_between_adjacent_strings` to allow String
8-
interpolations at the beginning and end of String literals.
9-
- update `unnecessary_getters_setters` to allow for setters with non-basic
10-
assignments (for example, `??=` or `+=`).
1+
# 1.7.0
2+
3+
- fixed case-sensitive false positive in `use_full_hex_values_for_flutter_colors`
4+
- improved try-block and switch statement flow analysis for
5+
`use_build_context_synchronously`
6+
- updated `use_setters_to_change_properties` to only highlight a method name,
7+
not the entire body and doc comment
8+
- updated `unnecessary_getters_setters` to allow otherwise "unnecessary" getters
9+
and setters with annotations
10+
- updated `missing_whitespace_between_adjacent_strings` to allow String
11+
interpolations at the beginning and end of String literals
12+
- updated `unnecessary_getters_setters` to allow for setters with non-basic
13+
assignments (for example, `??=` or `+=`)
1114

1215
# 1.6.1
1316

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.6.1';
6+
const String version = '1.7.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.6.1
2+
version: 1.7.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)