Skip to content

Commit

Permalink
tst codespell: update excludelines
Browse files Browse the repository at this point in the history
intelmq/tests/lib/test_upgrades.py was reformatted by @waldbauer-certat
in 1eb14d6, fix the excludelines for
codespell now
  • Loading branch information
sebix committed Jul 25, 2022
1 parent 1eb14d6 commit 4c23f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.excludelines
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The correct name for the parameter "delimeter" is "delimiter". Please fix your c
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';

# from intelmq/tests/lib/test_upgrades.py
"delimeter": ","
"delimeter": ",",
"delimeter": ","
"delimeter": ",",

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

0 comments on commit 4c23f53

Please sign in to comment.