Skip to content

Commit 5cb9e06

Browse files
authored
Lint markdown (#45)
1 parent 36f4f4f commit 5cb9e06

File tree

11 files changed

+713
-695
lines changed

11 files changed

+713
-695
lines changed

.markdownlint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"default": true,
3-
"MD013": { "line_length": 150 }
3+
"MD013": { "line_length": 150 },
4+
"MD024": false,
5+
"MD033": false,
6+
"MD041": false
47
}

advanced-tdd/01-advanced-tdd.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ subtitle: Advanced TDD
55

66
# Pre-work
77

8-
* Videos
9-
* <https://cleancoders.com/episode/clean-code-episode-19-p1>
10-
* <https://cleancoders.com/episode/clean-code-episode-19-p2>
11-
* Exams
12-
* <https://cleancoders.com/episode/clean-code-episode-19-p1/exam>
13-
* <https://cleancoders.com/episode/clean-code-episode-19-p2/exam>
8+
- Videos
9+
- <https://cleancoders.com/episode/clean-code-episode-19-p1>
10+
- <https://cleancoders.com/episode/clean-code-episode-19-p2>
11+
- Exams
12+
- <https://cleancoders.com/episode/clean-code-episode-19-p1/exam>
13+
- <https://cleancoders.com/episode/clean-code-episode-19-p2/exam>
1414

1515
# Chapters
1616

@@ -19,7 +19,7 @@ subtitle: Advanced TDD
1919
:::: column
2020

2121
| Chapter | Time |
22-
|----------------------------|----------|
22+
| -------------------------- | -------- |
2323
| Welcome | 00:00:47 |
2424
| Core Collaps Supernova | 00:03:48 |
2525
| TDD Review: The Three Laws | 00:12:49 |
@@ -29,43 +29,43 @@ subtitle: Advanced TDD
2929

3030
:::: column
3131

32-
| Chapter | Time |
33-
|----------------------------|----------|
34-
| Incremental Algorithmics | 00:01:10 |
35-
| Getting Stuck | 00:24:57 |
36-
| Getting Unstuck | 00:36:02 |
37-
| Conclusion | 00:49:24 |
32+
| Chapter | Time |
33+
| ------------------------ | -------- |
34+
| Incremental Algorithmics | 00:01:10 |
35+
| Getting Stuck | 00:24:57 |
36+
| Getting Unstuck | 00:36:02 |
37+
| Conclusion | 00:49:24 |
3838

3939
::::
4040

4141
:::
4242

4343
# Timetable
4444

45-
| Activity | Time |
46-
|----------------------------|--------|
47-
| Warmup | 5 min |
48-
| Excercise 1 | 10 min |
49-
| Wrap up | 5 min |
45+
| Activity | Time |
46+
| ----------- | ------ |
47+
| Warmup | 5 min |
48+
| Excercise 1 | 10 min |
49+
| Wrap up | 5 min |
5050

5151
# Warmup
5252

53-
* What ...?
54-
* Type in the meeting chat
53+
- What ...?
54+
- Type in the meeting chat
5555

5656
# Exercise 1
5757

58-
* Prompt
59-
* ...
60-
* Time limit: ...
58+
- Prompt
59+
- ...
60+
- Time limit: ...
6161

6262
# Wrap up
6363

64-
* ...
64+
- ...
6565

6666
# What is next?
6767

68-
* Expect an e-mail with instructions for upcoming coding dojo
68+
- Expect an e-mail with instructions for upcoming coding dojo
6969

7070
# Final words
7171

advanced-tdd/03-clean-tests.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,49 @@ subtitle: Clean Tests
55

66
# Pre-work
77

8-
* Video: <https://cleancoders.com/episode/clean-code-episode-20>
9-
* Exam: <https://cleancoders.com/episode/clean-code-episode-20/exam>
8+
- Video: <https://cleancoders.com/episode/clean-code-episode-20>
9+
- Exam: <https://cleancoders.com/episode/clean-code-episode-20/exam>
1010

1111
# Chapters
1212

13-
| Chapter | Time |
14-
|----------------------------|----------|
15-
| Overview | 00:05:52 |
16-
| History of the Earth | 00:08:31 |
17-
| Anatomy of a Test | 00:20:50 |
18-
| The Arrange | 00:29:50 |
19-
| Setup Struggles | 00:40:56 |
20-
| Test Hierarchy | 00:52:57 |
21-
| Clean Composition | 01:06:04 |
22-
| The Assertion | 01:10:30 |
23-
| Conclusion | 01:20:58 |
13+
| Chapter | Time |
14+
| -------------------- | -------- |
15+
| Overview | 00:05:52 |
16+
| History of the Earth | 00:08:31 |
17+
| Anatomy of a Test | 00:20:50 |
18+
| The Arrange | 00:29:50 |
19+
| Setup Struggles | 00:40:56 |
20+
| Test Hierarchy | 00:52:57 |
21+
| Clean Composition | 01:06:04 |
22+
| The Assertion | 01:10:30 |
23+
| Conclusion | 01:20:58 |
2424

2525
# Timetable
2626

27-
| Activity | Time |
28-
|----------------------------|--------|
29-
| Warmup | 5 min |
30-
| Excercise 1 | 10 min |
31-
| Wrap up | 5 min |
27+
| Activity | Time |
28+
| ----------- | ------ |
29+
| Warmup | 5 min |
30+
| Excercise 1 | 10 min |
31+
| Wrap up | 5 min |
3232

3333
# Warmup
3434

35-
* What ...?
36-
* Type in the meeting chat
35+
- What ...?
36+
- Type in the meeting chat
3737

3838
# Exercise 1
3939

40-
* Prompt
41-
* ...
42-
* Time limit: ...
40+
- Prompt
41+
- ...
42+
- Time limit: ...
4343

4444
# Wrap up
4545

46-
* ...
46+
- ...
4747

4848
# What is next?
4949

50-
* Expect an e-mail with instructions for upcoming coding dojo
50+
- Expect an e-mail with instructions for upcoming coding dojo
5151

5252
# Final words
5353

0 commit comments

Comments
 (0)