Merge pull request #4709 from pi-hole/follow-my-own-rules

[Housekeeping] Remove alphabetical rule from utils.sh
This commit is contained in:
yubiuser
2022-04-21 21:07:08 +02:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@
# Basic Housekeeping rules
# - Functions must be self contained
# - Functions must be added in alphabetical order
# - Functions should be grouped with other similar functions
# - Functions must be documented
# - New functions must have a test added for them in test/test_any_utils.py