Skip to content

Commit 24d1da4

Browse files
authored
Apply suggestion from @chalmerlowe
1 parent 18012ab commit 24d1da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/version_scanner/regex_pattern_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ rules:
122122
# ==========================================
123123

124124
- name: explicit_version_string
125-
description: Finds explicit version strings in code or configs.
125+
description: Finds explicit version strings in code or configs (this may result in a lot of noise/false positives but can also catch edge cases that more specific rules do not).
126126
examples:
127127
- "'3.7'"
128128
- '"3.7.1"'

0 commit comments

Comments
 (0)