Changelog for
golang-github-golang-lint-0.0.0+git20161114.206c0f0-1.11.x86_64.rpm :
Wed Jan 18 13:00:00 2017 thippAATTsuse.de
- Update to version 0.0.0+git20161114.206c0f0:
* Switch to the go/types API in the standard library.
* Explicitly check golint build on Go 1.5 and Go 1.6.
* Split (importer).ImportFrom into its own build-tag-guarded file.
* Update golint\'s copy of the part of cmd/go required for matching package patterns like \"std\".
* golint: Add a flag to cause a non-zero exit when suggestions are made.
* Explicitly whitelist LastInsertId and kWh as exempt from the naming checks.
* Add ACL as a common initialism.
* Fix crash on ill-formed receiver type.
* Avoid type-inference warnings due to partial type info.
* Disallow basic types as keys in context.WithValue().
* Drop support for Go 1.5.
* Configure Travis to use Go1.7.
* Remove me from list of bad receivers.
* Remove check for 0-length make.
* Add ACL as a common initialism.
* Add check for argument position of context variable.
* Flag error strings that end with a newline
- Refactoring based on new packaging proposal
- Add rpmlintrc
Sat Feb 27 13:00:00 2016 iAATTmarguerite.su
- rename to golang-github-go-gl
- Update to version 0.0.0+git20151019.32a8716:
+ Fix link to CodeReviewComments wiki page.
+ Expand suggestions to cope with sub-line replacements.
+ Add SQL as a common initialism.
+ Update obsolete code.google.com references.
+ Avoid panicking on a method-less receiver.
+ Add unitless duration lint check.
+ Revert \"Add unitless duration lint check.\"
+ Lint files that use cgo.
+ Fix a typo: lineMake -> lintMake
+ Fix lint check for ValueSpec docs.
Wed Apr 8 14:00:00 2015 fcastelliAATTsuse.com
- Fixed small issues inside of spec file
Wed Apr 8 14:00:00 2015 fcastelliAATTsuse.com
- Create doc package
Wed Apr 8 14:00:00 2015 fcastelliAATTsuse.com
- Update to version 0.0.1+git.1428466040.23587b4:
+ Add XSRF and XSS as common initialisms.
+ Add a CONTRIBUTING.md file.
+ Update README to help ensure golint is installed with the latest dependencies.
+ Add configuration for Travis CI.
+ Switch to a README.md so we can get a Travis CI build status badge.
+ Add TCP and UDP as common initialisms.
+ Add a categorisation for the lint warning for unexported types in APIs.
+ Avoid suggesting omitting the LHS type of a var decl for known weaker types.
+ Improve Structure and Formatting of README.
+ Check for `t.Error(fmt.Sprintf(...))` where t is a
*testing.T.