ci: make semgrep ignore existing errors (#26516)

This commit is contained in:
Ankush
2021-07-15 19:30:05 +05:30
committed by GitHub
parent d8668f78f4
commit 1b5f3cf605
2 changed files with 12 additions and 28 deletions

View File

@@ -98,8 +98,6 @@ rules:
languages: [python]
severity: WARNING
paths:
exclude:
- test_*.py
include:
- "*/**/doctype/*"