We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af3462 commit 2ed90afCopy full SHA for 2ed90af
tools/lint.pl
@@ -197,7 +197,7 @@ sub check_input {
197
warn(sprintf("Missing 'Required' property for Input Parameter '%s'", $input->id));
198
199
} elsif ($input->{'Required'} ne !1 && $input->{'Required'} ne !!1 && q{JSON::PP::Boolean} ne ref($input->{'Required'})) {
200
- warn(sprintf("'Required' property for Input Parameter '%s' is not a boolean", $input->id)));
+ warn(sprintf("'Required' property for Input Parameter '%s' is not a boolean", $input->id));
201
202
}
203
0 commit comments