We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd19bcf commit 67afa1cCopy full SHA for 67afa1c
bin/config.py
@@ -32,7 +32,7 @@
32
# When --table is set, this threshold determines the number of identical profiles needed to get flagged.
33
TABLE_THRESHOLD: Final[int] = 4
34
35
-FILE_NAME_REGEX: Final[str] = "[a-zA-Z0-9][a-zA-Z0-9_.-]*[a-zA-Z0-9]"
+FILE_NAME_REGEX: Final[str] = "[a-zA-Z0-9][a-zA-Z0-9_.-]{0,253}[a-zA-Z0-9]"
36
COMPILED_FILE_NAME_REGEX: Final[re.Pattern[str]] = re.compile(FILE_NAME_REGEX)
37
38
CONSTANT_NAME_REGEX = "[a-zA-Z_][a-zA-Z0-9_]*"
0 commit comments