Skip to content

Commit 6a4e620

Browse files
committed
ignore any .metdata -- to be fixed separately with migration (attn @KN4CK3R)
1 parent 1c6f306 commit 6a4e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031"
1818
skip = '.git,*.pdf,*.svg,package-lock.json,go.mod,locale,license,*.git,objects,*.fr-fr.*,*.de-de.*,*.css,go.sum,*.key,gitignore,pyproject.toml,diff_test.go,go-licenses.json'
1919
# precise hits for CamelCased words,various other curious cases which require regex to ignore
2020
# entire line or some portion of it
21-
ignore-regex = '(\b(mx claus|commitT|ReadBy|#afile|respOne|commitI|[cC]rossReference)\b|shouldbe\.|women’s.*womens|"emoji":.*|,bu,|assert\.Equal.*"fo\b|github\.com/unknwon|Copyright 2014 Unknwon|allowed\.noone|[hH]eadErr|atLeast|{"\\U.*)'
21+
ignore-regex = '(\b(mx claus|commitT|ReadBy|#afile|respOne|commitI|[cC]rossReference)\b|shouldbe\.|women’s.*womens|"emoji":.*|,bu,|assert\.Equal.*"fo\b|github\.com/unknwon|Copyright 2014 Unknwon|allowed\.noone|[hH]eadErr|atLeast|{"\\U.*|\.metdata)'
2222
#|.*(Maskenpflicht|Geimpft),.*)'
2323
# te - TreeEntry variable
2424
# commiter - wrong spelling but seems used in API

0 commit comments

Comments
 (0)