v1.0.0
What's Changed
- Add
testpackage
analyzer by @maratori in #1 - Run
golangci-lint
in travis-ci by @maratori in #2 - Ignore
main.go
in codecov by @maratori in #3 - Add badges to readme by @maratori in #4
- Ignore
main.go
in codecov right way by @maratori in #5 - Report position of package name instead of package keyword by @maratori in #6
- Start badges with new line in readme by @maratori in #7
- Introduce flag
-skip-regexp
to skip file name by @maratori in #8 - Add test for invalid
-skip-regexp
by @maratori in #10 - Add
Makefile
by @maratori in #11 - Use
Analyzis.Flags
instead of func parameter by @maratori in #12 - Use back quote instead of double quote in error message by @maratori in #13
- Fix typo make -> makes by @maratori in #14
- Add motivation and instructions to readme by @maratori in #16
Full Changelog: https://github.com/maratori/testpackage/commits/v1.0.0