From 8a652761a3ef092f9822f101c1108370772eff20 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 10 Dec 2018 17:03:23 +0100 Subject: [PATCH] fixing Go Report Card issues (rollback gocycly) --- internal/pkg/printer/html.go | 1 - 1 file changed, 1 deletion(-) 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 {