Skip to content

Commit e829300

Browse files
Fixing small things
1 parent 2dda52c commit e829300

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Diff for: .gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,4 @@ examples/**/sam/.aws-sam
314314

315315
cdk.out
316316
# NOTE: different accounts will be used for E2E thus creating unnecessary git clutter
317-
cdk.context.json
318-
bla.py
317+
cdk.context.json

Diff for: .markdownlint.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ MD013:
7373
tables: false
7474
# Include headings
7575
headings: true
76-
# Include headings
77-
headers: true
7876
# Strict length checking
7977
strict: false
8078
# Stern length checking
@@ -107,8 +105,6 @@ MD023: true
107105

108106
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
109107
MD024:
110-
# Only check sibling headings
111-
allow_different_nesting: false
112108
# Only check sibling headings
113109
siblings_only: false
114110

@@ -182,7 +178,7 @@ MD038: false
182178
MD039: true
183179

184180
# MD040/fenced-code-language - Fenced code blocks should have a language specified
185-
MD040: false
181+
MD040: true
186182

187183
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
188184
MD041:

Diff for: docs/core/logger.md

-3
Original file line numberDiff line numberDiff line change
@@ -587,13 +587,10 @@ stateDiagram-v2
587587
direction LR
588588
Parent: Logger()
589589
Child: Logger(child=True)
590-
591590
Parent --> Child: bi-directional updates
592-
593591
Note right of Child
594592
Both have the same service
595593
end note
596-
597594
```
598595
</center>
599596

0 commit comments

Comments
 (0)