Description
Not sure when this changed, but we used to enforce an explicit return type. We're no longer doing that, and we should re-enable enforcing it it.
Steps to reproduce
- In the code, remove the return type from a function
Expected results
- Linter should fail, requiring a return type to be specified
Actual results
- Linter does not fail
Description
Not sure when this changed, but we used to enforce an explicit return type. We're no longer doing that, and we should re-enable enforcing it it.
Steps to reproduce
Expected results
Actual results