clingen-data-model / clingen-interpretation

Allele (variant) interpretation model and API for ClinGen
3 stars 1 forks source link

be more careful about warnings in reformat_examples.rb #200

Closed bpow closed 3 years ago

bpow commented 6 years ago

With the introduction of 7bae547 (part of #192 ), reformat_examples.rb now warns about attributed being applied to types that don't exist. This would hide important warnings among the chaff.

Should change reformat_examples.rb not to warn when 'label' is the attribute being applied (special case since 'label' can be applied to anything but is not defined on any given type).

larrybabb commented 6 years ago

@bpow Didn't you do this? If so, can you close it.