Skip to content

Commit

Permalink
change pmd merge error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabench committed Nov 11, 2024
1 parent e7382f7 commit 063560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PMD/parser/parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function _apply_merge!(parser::Parser, target::String, merge_path::Set{String})
end

if haskey(data, k)
_error(
_warning(
parser,
"Collection '$target' already has attribute '$k' being merged from '$source'",
)
Expand Down

0 comments on commit 063560b

Please sign in to comment.