We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9a552 commit bfa87feCopy full SHA for bfa87fe
html-failure-report.lisp
@@ -116,7 +116,8 @@ the string is returned unchanged."
116
'(("(https://github.com/.*?/.*?)\\.git" 0 "/blob/")
117
("(https://.*gitlab.*)\\.git$" 0 "/blob/")
118
("(https://bitbucket.org/.*?)\\.git$" 0 "/src/")
119
- ("(http://dwim.hu/live/.*$)" 0)))
+ ("(http://dwim.hu/live/.*$)" 0)
120
+ ("^(https:.*notabug.*)\.git$" 0 "/src/")))
121
122
(defun location-base (location)
123
(reconstitute location *location-base-substitutions*))
0 commit comments