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

Commit a602895

Browse files
committed
1 parent 362ecef commit a602895

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.13
2+
3+
* Fix to skip overriding members in API doc checks (`public_member_api_docs`).
4+
* Fix to suppress lints on synthetic nodes/tokens (#193).
5+
* Message fixes (`annotate_overrides`, `public_member_api_docs`).
6+
* Fix to exclude setters from return type checks (#192).
7+
18
# 0.1.12
29

310
* Fix to address `LibraryNames` regexp that in pathological cases went exponential.

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: 0.1.12
2+
version: 0.1.13
33
author: Dart Team <[email protected]>
44
description: Style linter for Dart.
55
homepage: https://github.com/dart-lang/linter

0 commit comments

Comments
 (0)