Skip to content

Commit 3e2e5a5

Browse files
committed
chore: allow img
1 parent 55a74e5 commit 3e2e5a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/spelling/allow/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ username
1818
namespace
1919
href
2020
src
21+
img

.github/actions/spelling/patterns/patterns.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ignore long runs of a single character:
22
\b([A-Za-z])\g{-1}{3,}\b
33
https://(?:[a-z-]+\.|)github(?:usercontent|)\.com/[-a-zA-Z0-9?%&=_\/.]*
4-
https://(?:[a-z-]+\.|)localhost/[-a-zA-Z0-9?%&=_\/.]*
54
https://(?:[a-z-]+\.|)github\.io/[-a-zA-Z0-9?%&=_\/.]*
65
https://(?:(?:[-a-zA-Z0-9?&=]*\.|)internationaldataspaces\.org)/[-a-zA-Z0-9?&=_#\/.]*
76
https://deepsource.io/blog/git-branch-naming-conventions/
@@ -17,3 +16,6 @@ export POD_NAME=\$\((.*?)\)
1716
export CONTAINER_PORT=\$\((.*?)\)
1817
helm install dataspaceconnector charts/dataspace-connector
1918
helm uninstall dataspaceconnector
19+
https://localhost:8080/api/docs
20+
http://localhost:8081/swagger-ui/index.html?url=/v3/api-docs/
21+
http://localhost:8082/dashboard

0 commit comments

Comments
 (0)