Age | Commit message (Expand) | Author |
---|---|---|
2023-05-26 | Add license (GNU GPLv3+)v0.0.1 | Teddy Wing |
2023-05-25 | shouldDeclareErrInSignature: Add note about variable declaration line | Teddy Wing |
2023-05-25 | Report missing signature declaration with multiple return values | Teddy Wing |
2023-05-25 | checkFunctions: Keep `continue` in return value loop | Teddy Wing |
2023-05-23 | Idea about multiple return values | Teddy Wing |
2023-05-23 | Add tests with multiple return values | Teddy Wing |
2023-05-21 | Report function signature declaration using variable name other than err | Teddy Wing |
2023-05-21 | Clarify name of `returnsOtherVariable` test | Teddy Wing |
2023-05-21 | Check whether returned name matches defer error name | Teddy Wing |
2023-05-21 | Inspect return value looking at type and name | Teddy Wing |
2023-05-20 | Report when error declaration in signature is needed | Teddy Wing |
2023-05-20 | Find function signature return value names | Teddy Wing |
2023-05-18 | Ideas for an analyser for returning errors from defer | Teddy Wing |