Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Dec 1, 2022
1 parent dd40411 commit d22311c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
19 changes: 0 additions & 19 deletions internal/install/static.go

This file was deleted.

3 changes: 2 additions & 1 deletion internal/profile/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ import (
"path/filepath"
"strings"

"github.com/elastic/go-resource"

"github.com/elastic/elastic-package/internal/configuration/locations"
"github.com/elastic/elastic-package/internal/files"
"github.com/elastic/go-resource"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion internal/profile/profile_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import (

"github.com/pkg/errors"

"github.com/elastic/elastic-package/internal/version"
"github.com/elastic/go-resource"

"github.com/elastic/elastic-package/internal/version"
)

// Metadata stores the data associated with a given profile
Expand Down
3 changes: 2 additions & 1 deletion internal/stack/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import (
"io"
"path/filepath"

"github.com/elastic/elastic-package/internal/certs"
"github.com/elastic/go-resource"

"github.com/elastic/elastic-package/internal/certs"
)

// tlsServices is the list of server TLS certificates that will be
Expand Down
3 changes: 2 additions & 1 deletion internal/stack/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import (
"strings"

"github.com/Masterminds/semver"
"github.com/elastic/elastic-package/internal/profile"
"github.com/elastic/go-resource"

"github.com/elastic/elastic-package/internal/profile"
)

//go:embed _static
Expand Down

0 comments on commit d22311c

Please sign in to comment.