issues
search
awslabs
/
ar-go-tools
ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
25
stars
1
forks
source link
Fix bugs 2
#116
Closed
victornicolet
closed
1 week ago
victornicolet
commented
1 week ago
This PR fixes bugs in the code:
possible nil-panics identified with
Nilaway
. Adds Nilaway as a check on the argot executable.
management of reports directory and "project-root": now the project root is computed as an absolute path and all other paths are taken relatively to this.
This PR fixes bugs in the code: