Skip to content

Commit

Permalink
Update minimum log severity for smithy validate task (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Dec 12, 2024
1 parent b23dc4d commit 3aa3a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public SmithyValidateTask(ObjectFactory objectFactory, StartParameter startParam
super(objectFactory, startParameter);
getAllowUnknownTraits().convention(false);
getDisableModelDiscovery().convention(false);
getSeverity().convention(Severity.ERROR.toString());
getSeverity().convention(Severity.DANGER.toString());
setDescription(DESCRIPTION);
}

Expand Down

0 comments on commit 3aa3a45

Please sign in to comment.