We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef647f commit 2688e50Copy full SHA for 2688e50
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.21.2] - 2022-04-07
8
+
9
+- Fix for false positive in FailwithBadUsage #539 [@janus]
10
+- FavourConsistentThis: fix some false positives and add unit tests for them [@janus]
11
+- NoPartialFunctions: detect instance members Option.Value, Map.Item, List.Head & List.Item [@su8898]
12
+- Cover more scenarios in FailwithBadUsage [@janus]
13
14
## [0.21.1] - 2022-03-01
15
16
- Add new rule AvoidTooShortNames [@janus]
0 commit comments