here it says:
The default severity for diagnostics is error unless otherwise noted.
but in the documentation for invalid-decorator it does not mention that its default severity is warn
not sure what the intended severity is, but i would expect this one to be an error, not a warning, because it's a completely invalid usage of the final decorator which is 100% a mistake.
here it says:
but in the documentation for
invalid-decoratorit does not mention that its default severity iswarnnot sure what the intended severity is, but i would expect this one to be an error, not a warning, because it's a completely invalid usage of the
finaldecorator which is 100% a mistake.