Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Mar 13, 2024
1 parent 93477d7 commit 5520f68
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/linters/.hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ignored:
- DL3022
- DL3008
Expand Down
4 changes: 4 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Hard wrap to 120, not 80
MD013:
line_length: 120
Expand All @@ -10,3 +11,6 @@ MD025: false

# Allow no new lines between lists (Changelog)
MD032: false

# Allow base-urls (http) for links (Readme)
MD034: false
5 changes: 3 additions & 2 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Everything ahead of the last two digits are standard for the given service
#
# Network name is st-{service name}-{service MAJOR.MINOR}
---
version: '3.8'
services:
nginxproxy:
Expand Down Expand Up @@ -40,5 +41,5 @@ services:
- st-internal
networks:
st-internal:
external: true
name: st-internal
external: true
name: st-internal
7 changes: 4 additions & 3 deletions docker/data-source-tools/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: '3.8'
services:
mailpit:
Expand All @@ -7,7 +8,7 @@ services:
- "8025:8025"
- "1025:1025"
networks:
- st-internal
- st-internal
environment:
MP_MAX_MESSAGES: 5000
MP_SMTP_AUTH_ACCEPT_ANY: 1
Expand All @@ -25,5 +26,5 @@ services:
PMA_PASSWORD: root
networks:
st-internal:
external: true
name: st-internal
external: true
name: st-internal

0 comments on commit 5520f68

Please sign in to comment.