Skip to content

Commit

Permalink
Add trailing comma to add data easily
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper Craeghs <[email protected]>
  • Loading branch information
JokeWaumans and JasperCraeghs authored Sep 9, 2024
1 parent f9b6491 commit 40f075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"username": config("COVERITY_USERNAME"),
"password": config("COVERITY_PASSWORD"),
"stream": config("COVERITY_STREAM"),
"snapshot": config("COVERITY_SNAPSHOT")
"snapshot": config("COVERITY_SNAPSHOT"),
}

TRACEABILITY_ITEM_ID_REGEX = r"([A-Z_]+-[A-Z0-9_]+)"
Expand Down

0 comments on commit 40f075f

Please sign in to comment.