mattn / go-runewidth

wcwidth for golang
MIT License
610 stars 94 forks source link

Fix underscore names in tests #62

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

Like it or not, Go linters do NOT like underscores in Go names. The test file already contains lcctype in other places so I renamed it as suggested by linters.

codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (011b00b) into master (4190c90) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   93.56%   93.56%           
=======================================
  Files           3        3           
  Lines         171      171           
=======================================
  Hits          160      160           
  Misses          6        6           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4190c90...011b00b. Read the comment docs.

mattn commented 2 years ago

I am not that concerned about it. Thanks! 👍