Skip to content

Commit

Permalink
tools/check_boards_readme: exclude tutorial boards
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed May 10, 2024
1 parent 1468b12 commit c10a10f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/check_boards_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
import re
import sys

SKIP = ["boards/components", "boards/nordic/nrf52_components", "boards/configurations"]
SKIP = [
"boards/components",
"boards/nordic/nrf52_components",
"boards/configurations",
"boards/tutorials",
]


documented_boards = []
Expand Down

0 comments on commit c10a10f

Please sign in to comment.