diff --git a/internal/pkg/printer/html.go b/internal/pkg/printer/html.go index 903d9c8c..8cda9378 100644 --- a/internal/pkg/printer/html.go +++ b/internal/pkg/printer/html.go @@ -33,7 +33,6 @@ type HTML struct { const defaultHeaderFooterHTML string = "" -// nolint: gocyclo // Print converts HTML to PDF. // Credits: https://medium.com/compass-true-north/go-service-to-convert-web-pages-to-pdf-using-headless-chrome-5fd9ffbae1af func (html *HTML) Print(destination string) error {