Skip to content

Commit d935c1d

Browse files
committed
tst codespell: update excludelines
intelmq/tests/lib/test_upgrades.py was reformatted by @waldbauer-certat in 1eb14d6, fix the excludelines for codespell now
1 parent 1eb14d6 commit d935c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codespell.excludelines

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The correct name for the parameter "delimeter" is "delimiter". Please fix your c
1010
WHERE "event_description.text" = 'The infected iot device logged in to a honeypot and issued malicous commands.' AND "classification.taxonomy" = 'intrusions' AND "classification.type" = 'unauthorized-command' AND "classification.identifier" = 'iot' AND "feed.name" = 'Spamhaus CERT';
1111

1212
# from intelmq/tests/lib/test_upgrades.py
13-
"delimeter": ","
14-
"delimeter": ",",
13+
"delimeter": ","
14+
"delimeter": ",",
1515

1616
# from intelmq/lib/upgrades.py
1717
if "delimeter" in bot["parameters"] and "delimiter" in bot["parameters"]:

0 commit comments

Comments
 (0)