In a millet.toml
config file, a key of the diagnostics
table was not a valid error code.
A valid error code will be a positive integer. This will error:
[diagnostics]
foo.severity = "ignore"
Make the key of the diagnostics
table an error code.
[diagnostics]
5034.severity = "ignore"