From aa5b07a6a2686d7fc100ca8f1de9afcff2c67add Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sun, 29 Sep 2024 06:36:18 +1000 Subject: Backend: Change the detekt rule to be more generalised (#2600) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- detekt/detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'detekt/detekt.yml') diff --git a/detekt/detekt.yml b/detekt/detekt.yml index 1b7d3ab05..ac5c9de53 100644 --- a/detekt/detekt.yml +++ b/detekt/detekt.yml @@ -4,7 +4,7 @@ config: GrammarRules: active: true - AvoidColour: # custom rule to prefer color to colour + AvoidBritishSpelling: # custom rule to prefer american spellings over british ones active: true FormattingRules: -- cgit