• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-critic / go-critic / 2480
98%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2019 09:38PM UTC
Jobs 1
Files 63
Run time 30min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2480

push

travis-ci

web-flow
checkers: add newDeref checker (#806)

Finds *new(T) expressions and suggests to simplify them
by using T zero value instead.

For example:

	*new(string) => ""
	*new(bool)   => false
	*new(myInt)  => myInt(0)

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>

23 of 23 new or added lines in 1 file covered. (100.0%)

3428 of 3504 relevant lines covered (97.83%)

56.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2480.1 (TEST_SUITE=tests) 19 Feb 2019 09:38PM UTC 0
97.83
Travis Job 2480.1
Source Files on build 2480
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2480
  • a2b3d351 on github
  • Prev Build on master (#2475)
  • Next Build on master (#2483)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc