artefactual-sdps / enduro

Designed to automate the processing of transfers in multiple Archivematica pipelines.
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Stop using base formatter in golines #902

Closed sevein closed 3 months ago

sevein commented 3 months ago

We're already using golangci-lint with gofumpt, we don't need golines to do additional work beyond splitting long lines.

Fixes #899.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 47.07%. Comparing base (19c1538) to head (bba5145). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #902 +/- ## ========================================== - Coverage 47.58% 47.07% -0.51% ========================================== Files 96 96 Lines 5252 5383 +131 ========================================== + Hits 2499 2534 +35 - Misses 2518 2612 +94 - Partials 235 237 +2 ```

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

djjuhasz commented 3 months ago

Confirming this fixes #899 for me. Thanks @sevein!