Consider either testing that lint file names match their id
fields, or removing the field entirely.
#735
Labels
C-enhancement
Category: raise the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
Sometimes new lint contributions accidentally fail to set the
id
field of new lints correctly. #734 fixed one such issue.We want a field like
id
available on the deserialized value for purposes of naming the lint and reporting failures.We should either have a test that makes sure each lint file name matches its
id
field, or remove the field from the file and somehow otherwise populate it during deserialization.The text was updated successfully, but these errors were encountered: