From 914c7b5c4a7eeeae778aa1f2e30ac41a8c9c5497 Mon Sep 17 00:00:00 2001 From: Decagon Date: Wed, 27 Jul 2016 16:53:39 -0300 Subject: [PATCH] Add "kind of" and "mildly" to uncomparables This commit is based from a user report: > 'very unique' is caught, but not 'kind of unique' or 'mildly unique' or similar. --- proselint/checks/uncomparables/misc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proselint/checks/uncomparables/misc.py b/proselint/checks/uncomparables/misc.py index c1f8adb9d..1ac66ed02 100644 --- a/proselint/checks/uncomparables/misc.py +++ b/proselint/checks/uncomparables/misc.py @@ -64,7 +64,9 @@ def check(text): "quite", "largely", "extremely", - "increasingly" + "increasingly", + "kind of", + "mildly" ] uncomparables = [