From 0b376bce907a40fdebc05d480a204625f8db9b61 Mon Sep 17 00:00:00 2001 From: Thomas Sedlmayer Date: Fri, 22 Mar 2024 11:57:21 +0100 Subject: [PATCH] Test hyperlink spellcheck Signed-off-by: Thomas Sedlmayer --- .github/.pyspelling.yml | 5 +++++ osi_groundtruth.proto | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/.pyspelling.yml b/.github/.pyspelling.yml index 5670d5b6e..512d9a26d 100644 --- a/.github/.pyspelling.yml +++ b/.github/.pyspelling.yml @@ -17,3 +17,8 @@ matrix: delimiters: - open: '(?s)^(?P *\/\/)' close: '^(?P=open)$' + - pyspelling.filters.html: + comments: true + attributes: + - title + - alt diff --git a/osi_groundtruth.proto b/osi_groundtruth.proto index 651ff7e81..a5c7f719d 100644 --- a/osi_groundtruth.proto +++ b/osi_groundtruth.proto @@ -164,6 +164,7 @@ message GroundTruth // 3d models. The parts the world model contains are also implementation-specific. // For example, the world model can either contain street geometries or // derives street geometries automatically from a map reference. + // Spellchecker test // optional string model_reference = 16;