wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
571 stars 44 forks source link

Make golangci-lint happy again #120

Closed wneessen closed 1 year ago

wneessen commented 1 year ago

Since we are Go <1.20 compatible, we can't easily combine errors here. The suggested golangci-lint fix will not work neither, since the %w verb can't be used twice. Therefore, for now we will ignore the linting error

Closes #119

codecov-commenter commented 1 year ago

Codecov Report

Merging #120 (44dce70) into main (84bc888) will decrease coverage by 0.18%. The diff coverage is 0.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
- Coverage   80.76%   80.58%   -0.18%     
==========================================
  Files          21       21              
  Lines        1944     1952       +8     
==========================================
+ Hits         1570     1573       +3     
- Misses        267      273       +6     
+ Partials      107      106       -1     
Impacted Files Coverage Δ
smtp/smtp.go 60.63% <0.00%> (-1.78%) :arrow_down:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more