From e178e547df4da91d7e3b8137ee148102ca4ff836 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 8 Jun 2024 06:20:54 -0400 Subject: [PATCH] Update lint-md.js --- gulp-src/lint-md.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-src/lint-md.js b/gulp-src/lint-md.js index 0ce4185295d5..8255534267b9 100644 --- a/gulp-src/lint-md.js +++ b/gulp-src/lint-md.js @@ -10,7 +10,7 @@ const defaultGlob = '**/*.md'; const markdownFiles = [ '!.github/**', '!content-modules/**', - '!examples/**', + '!examples/go/**', '!layouts/**', '!node_modules/**', '!scripts/registry-scanner/node_modules/**',