Skip to content

Commit 92fa088

Browse files
committed
envoy.code.check: Fix NO_GLINT_RE match
Signed-off-by: Ryan Northey <[email protected]>
1 parent 873001a commit 92fa088

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pypi: https://pypi.org/project/envoy.base.utils
132132

133133
#### [envoy.code.check](envoy.code.check)
134134

135-
version: 0.0.2.dev0
135+
version: 0.0.2
136136

137137
pypi: https://pypi.org/project/envoy.code.check
138138

envoy.code.check/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2-dev
1+
0.0.2

envoy.code.check/envoy/code/check/abstract/glint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
NOGLINT_RE = (
20-
r"[\w/]*\.patch$",
20+
r"[\w\W/-]*\.patch$",
2121
r"^test/[\w/]*_corpus/[\w/]*",
2222
r"^tools/[\w/]*_corpus/[\w/]*",
2323
r"[\w/]*password_protected_password.txt$")

0 commit comments

Comments
 (0)