aboutsummaryrefslogtreecommitdiffstats
path: root/testdata
AgeCommit message (Expand)Author
2023-05-26Add license (GNU GPLv3+)v0.0.1Teddy Wing
2023-05-25shouldDeclareErrInSignature: Add note about variable declaration lineTeddy Wing
2023-05-25Report missing signature declaration with multiple return valuesTeddy Wing
2023-05-25checkFunctions: Keep `continue` in return value loopTeddy Wing
2023-05-23Idea about multiple return valuesTeddy Wing
2023-05-23Add tests with multiple return valuesTeddy Wing
2023-05-21Report function signature declaration using variable name other than errTeddy Wing
2023-05-21Clarify name of `returnsOtherVariable` testTeddy Wing
2023-05-21Check whether returned name matches defer error nameTeddy Wing
2023-05-21Inspect return value looking at type and nameTeddy Wing
2023-05-21Add test to ensure error vars declared in defer closure are not reportedTeddy Wing
2023-05-20Report when error declaration in signature is neededTeddy Wing
2023-05-20Find function signature return value namesTeddy Wing
2023-05-18Ideas for an analyser for returning errors from deferTeddy Wing