From 9ab38e10d90e63e3bd85e56efb43ac69e0102bd5 Mon Sep 17 00:00:00 2001 From: Thibault Czarniak Date: Wed, 11 Sep 2024 16:45:46 +0200 Subject: [PATCH] Fixed rule ComparingFloatingTypes rule name in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 59fddea..e43bfe1 100644 --- a/readme.md +++ b/readme.md @@ -108,7 +108,7 @@ You can also create a `.scalafix.conf` file and enable rules in them. Here is an rules = [ ArraysInFormat, CatchNpe, - ComparingFloatingPointTypes, + ComparingFloatingTypes, EitherGet, EmptyInterpolatedString, IllegalFormatString,