1set / gut

🍱 yet another collection of go utilities & tools
MIT License
27 stars 9 forks source link

Add nolint with reasons to ignore unwanted lint issues #83

Closed an63 closed 4 years ago

an63 commented 4 years ago

Refer: https://github.com/golangci/golangci-lint#nolint

codecov[bot] commented 4 years ago

Codecov Report

Merging #83 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   94.78%   94.78%           
=======================================
  Files          23       23           
  Lines         902      902           
=======================================
  Hits          855      855           
  Misses         34       34           
  Partials       13       13
Impacted Files Coverage Ξ”
yos/compare.go 86.13% <ΓΈ> (ΓΈ) :arrow_up:
yos/copy.go 93.63% <ΓΈ> (ΓΈ) :arrow_up:
yrand/common.go 94.73% <ΓΈ> (ΓΈ) :arrow_up:
codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit a447dd8e and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.0% (0.0% change).

View more on Code Climate.