aboutsummaryrefslogtreecommitdiff
path: root/detekt/detekt.yml
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-09-29 06:36:18 +1000
committerGitHub <noreply@github.com>2024-09-28 22:36:18 +0200
commitaa5b07a6a2686d7fc100ca8f1de9afcff2c67add (patch)
tree389a64a31e149124436d4ea006a4afc79c9a226c /detekt/detekt.yml
parentf332c375c5865e4266b0e831c7b6b54ae5f701c4 (diff)
downloadskyhanni-aa5b07a6a2686d7fc100ca8f1de9afcff2c67add.tar.gz
skyhanni-aa5b07a6a2686d7fc100ca8f1de9afcff2c67add.tar.bz2
skyhanni-aa5b07a6a2686d7fc100ca8f1de9afcff2c67add.zip
Backend: Change the detekt rule to be more generalised (#2600)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'detekt/detekt.yml')
-rw-r--r--detekt/detekt.yml2
1 files changed, 1 insertions, 1 deletions
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: