Skip to content

Commit

Permalink
chore(service-registry rule): add "none" option to validity rule conf…
Browse files Browse the repository at this point in the history
…ig options (#1482)

Fixes Apicurio/apicurio-tasks#154
  • Loading branch information
EricWittmann authored Mar 23, 2022
1 parent 1a267b2 commit 6fd8988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/registry/rule/rulecmdutil/mappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ func GetMappedConfigValue(config string) string {

var ValidRuleConfigs = map[string][]string{
CompatibilityRule: {ConfigBACKWARD, ConfigBACKWARD_TRANSITIVE, ConfigFORWARD, ConfigFORWARD_TRANSITIVE, ConfigFULL, ConfigFULL_TRANSITIVE, ConfigNONE},
ValidityRule: {ConfigFULL, ConfigSYNTAX_ONLY},
ValidityRule: {ConfigFULL, ConfigSYNTAX_ONLY, ConfigNONE},
}

0 comments on commit 6fd8988

Please sign in to comment.