ci(semgrep): fix false positives (#25823)

This commit is contained in:
Ankush Menat
2021-05-25 14:06:10 +05:30
committed by GitHub
parent 09d9bd19ac
commit 073dcf7e42
5 changed files with 47 additions and 15 deletions

View File

@@ -51,3 +51,11 @@ _(f"what" + f"this is also not cool")
_("")
# ruleid: frappe-translation-empty-string
_('')
class Test:
# ok: frappe-translation-python-splitting
def __init__(
args
):
pass