Skip to content

Commit

Permalink
chore(build): remove left-over 'nolint:golint' comments (#986)
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon authored Mar 20, 2022
1 parent f9a3bdb commit 7251ac0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pkg/parser/footnote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/bytesparadise/libasciidoc/pkg/types"
. "github.com/bytesparadise/libasciidoc/testsupport"

. "github.com/onsi/ginkgo/v2" //nolint:golint
. "github.com/onsi/gomega" //nolint:golint
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

var _ = Describe("footnotes", func() {
Expand Down
4 changes: 2 additions & 2 deletions pkg/parser/ordered_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"github.com/bytesparadise/libasciidoc/pkg/types"
. "github.com/bytesparadise/libasciidoc/testsupport"

. "github.com/onsi/ginkgo/v2" //nolint:golint
. "github.com/onsi/gomega" //nolint:golint
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

var _ = Describe("ordered lists", func() {
Expand Down
4 changes: 2 additions & 2 deletions pkg/renderer/sgml/xhtml5/index_terms_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package xhtml5_test
import (
. "github.com/bytesparadise/libasciidoc/testsupport"

. "github.com/onsi/ginkgo/v2" //nolint:golint
. "github.com/onsi/gomega" //nolint:golint
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

var _ = Describe("index terms", func() {
Expand Down
4 changes: 2 additions & 2 deletions test/test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package test_test
import (
"testing"

. "github.com/onsi/ginkgo/v2" //nolint:golint
. "github.com/onsi/gomega" //nolint:golint
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

_ "github.com/bytesparadise/libasciidoc/testsupport"
)
Expand Down

0 comments on commit 7251ac0

Please sign in to comment.