goreleaser / nfpm

nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
https://nfpm.goreleaser.com/
MIT License
2.18k stars 159 forks source link

fix: testifylint and revive lint issues #884

Closed alexandear closed 2 weeks ago

alexandear commented 2 weeks ago

This fixes failing pipeline.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.99%. Comparing base (d144ad4) to head (11c8b6d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #884 +/- ## ======================================= Coverage 69.99% 69.99% ======================================= Files 22 22 Lines 3076 3076 ======================================= Hits 2153 2153 Misses 718 718 Partials 205 205 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

caarlos0 commented 2 weeks ago

thanks!