Skip to content

Commit

Permalink
fix: disabling keel studio warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Feb 17, 2025
1 parent e67da1f commit b6a9a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/validation/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var visitorFuncs = []VisitorFunc{
RelationshipsRules,
ApiModelActionsRule,
ApiDuplicateModelNamesRule,
//StudioFeatures, //disabled temporarily as it's causing noise on non-studio builds
//StudioFeatures, disabled temporarily as it's causing noise on non-studio builds
}

// RunAllValidators will run all the validators available. If withWarnings is true, it will return the errors even if
Expand Down

0 comments on commit b6a9a7b

Please sign in to comment.