gosec/core
Grant Murphy 3e9b66a91a Temporarily disable typechecker fatal error
It seems that the typechecker isn't considering the entire package
fileset in the current way that gas is processing projects. This leads
to cases where types that are defined in one file aren't known about
when gas is processing other files within that module.

A redesign is needed, this is a temporary fix to return to old
behaviour.

Related to #113
2017-01-14 15:21:55 -08:00
..
analyzer.go Temporarily disable typechecker fatal error 2017-01-14 15:21:55 -08:00
call_list.go Update error test case 2016-11-18 14:09:10 -08:00
call_list_test.go Update error test case 2016-11-18 14:09:10 -08:00
helpers.go Address unhandled error conditions 2016-12-02 10:20:23 -08:00
helpers_test.go Recreate fileset each time we process a file 2016-12-02 15:21:13 -08:00
issue.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00
resolve.go Remove ast.Print debug message from tryresolve 2016-12-01 09:24:58 -08:00
select.go Adding some inline documentation for godoc 2016-08-12 14:17:28 +01:00