Skip to content

Commit

Permalink
nolint: use nolint:all to prevent gofmt of indenting it which makes l…
Browse files Browse the repository at this point in the history
…int cry
  • Loading branch information
chrischdi committed Jul 7, 2023
1 parent bda4ab7 commit 78fbc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/services/govmomi/vcenter/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

package vcenter

//nolint
//nolint:all
import (
ctx "context"
"crypto/tls"
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/vcsim/simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

package vcsim

//nolint
//nolint:all
import (
"fmt"
"net/url"
Expand Down

0 comments on commit 78fbc92

Please sign in to comment.