We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9d7b commit 14982e9Copy full SHA for 14982e9
hooks/provider-pinned-versions/required_providers.awk
@@ -4,7 +4,7 @@ BEGIN {
4
in_required_providers = 0;
5
brace_count = 0;
6
version_prefix_regex = ".*version[[:space:]]+=[[:space:]]+";
7
- provider_prefix_regex = "[a-z_-]+[[:space:]]+=[[:space:]]+\{";
+ provider_prefix_regex = "[a-z_-]+[[:space:]]+=[[:space:]]+{";
8
version_constraints_regex = "[!~><]+";
9
}
10
0 commit comments