Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bytbox/golint

Tags

v0.2.1

Toggle v0.2.1's commit message
Version 0.2.1

 * Fixing build
 * Adding stringssplit linter (since that's what broke the build)

v0.2.0

Toggle v0.2.0's commit message
Version 0.2.0

 * Add tls.Dial rule
 * Handle attempts to send input through standard input politely

See tag messages for v0.1.1 through v0.1.7 for a list of updates since v0.1.0

v0.1.7

Toggle v0.1.7's commit message
Version 0.1.7

Bugfixes

v0.1.6

Toggle v0.1.6's commit message
Version 0.1.6

 * Added a few more deprecation linters.

 * Made the output of `golint -list` be more nicely formatted.

v0.1.5

Toggle v0.1.5's commit message
Version 0.1.5

v0.1.4

Toggle v0.1.4's commit message
Version 0.1.4

 * Added deprecation notice for os.O_CREAT (should be O_CREATE)

v0.1.3

Toggle v0.1.3's commit message
Version 0.1.3

 * Fixed several regression bugs introduced in 0.1.1 and 0.1.2
 * Made golint goinstall'able by putting the auto-generated rules.go in the repo
 * Added a -list option to list all available linters

v0.1.2

Toggle v0.1.2's commit message
Version 0.1.2

Allowing a line like

  // {NOLINT}

as the first line of a file, to prevent linting of the entire file.

v0.1.1

Toggle v0.1.1's commit message
Version 0.1.1

Added parsing OverlappingImportsLinter (to detect unsafe importing practices)

v0.1.0

Toggle v0.1.0's commit message
Version 0.1.0

Complete rewrite for recent modifications to go (and for general clean-up). Old
deprecation warnings have been removed (new ones will be put in shortly). The
"unclean imports" linter has not yet been restored (it will be replaced by a
more general "(potentially) overlapping imports" linter.