1
0
mirror of synced 2026-01-01 18:05:46 -05:00

ignore automated test files in linter (#35632)

This commit is contained in:
Rachael Sewell
2023-03-16 15:00:46 -07:00
committed by GitHub
parent 4246f6bfbf
commit 50f166fecb
2 changed files with 50 additions and 2 deletions

View File

@@ -18,5 +18,6 @@
},
"targetDirectory": "content/code-security/code-scanning/codeql-cli-manual",
"sourceDirectory": "semmle-code/documentation/restructuredtext/codeql-cli/manual",
"removeKeywords": ["[Plumbing]"]
"removeKeywords": ["[Plumbing]"],
"linterIgnore": ["content/code-security/code-scanning/codeql-cli-manual"]
}