Skip to content

Commit

Permalink
Fix typo in v2 validation enum sibling warning code (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmouritzen-splunk authored Feb 22, 2025
1 parent d99ad39 commit 2e6d7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/schema/validator2.ex
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ defmodule Schema.Validator2 do

add_warning(
response,
"attribute_enum_sibling_suspicous_other",
"attribute_enum_sibling_suspicious_other",
"Attribute \"#{sibling_attribute_path}\" enum sibling value" <>
" #{inspect(sibling_value)} suspiciously matches the caption of" <>
" enum \"#{enum_attribute_path}\" value 99 (#{inspect(enum_caption)})." <>
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
defmodule Schema.MixProject do
use Mix.Project

@version "2.78.1"
@version "2.78.2"

def project do
build = System.get_env("GITHUB_RUN_NUMBER") || "SNAPSHOT"
Expand Down

0 comments on commit 2e6d7bb

Please sign in to comment.