index
:
godefererr
master
Analyser that reports incorrectly returned errors from defer closures
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testdata
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-21
Add test to ensure error vars declared in defer closure are not reported
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