Skip to content

1.3.0

Compare
Choose a tag to compare
@ccojocar ccojocar released this 28 Feb 08:25
· 752 commits to master since this release

Changelog

62b5195 Report for Golang errors (#284)
9cdfec4 Change test
8048b15 Add more badges in the README file
e2752bc revert to default GOPATH if necessary (#279)
04ce7ba add a no-fail flag
a966ff7 Fix -conf example in README.md
b662615 Fix typo
5d33e6e Update the README with some details about the configuration file
f87af5f Detect the unhandled errors even though they are explicitly ignored if the 'audit: enabled' setting is defined in the global configuration (#274)
14ed63d Do not flag the unhandled errors which are explicitly ignored
12400f9 Update README with the code coverage batch
72e95e8 Geneate and upload the test coverage report to codecove.io
24e3094 Extend the bind rule to handle the case when the net.Listen address in provided from a const
9b32fca Fix the bind rule to handle the case when the arguments of the net.Listen are returned by a function call
f14f17f Add a helper function which extracts the string parameters values of a call expression