Skip to content

Commit

Permalink
style: updated style ignore post-reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed May 29, 2023
1 parent 2618b45 commit e623ae0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ type Reference struct {
// Dependencies represents references to external dependencies
type Dependencies struct {
Fs afero.Fs
HttpClients DependenciesHttpClients
HttpClients DependenciesHttpClients //nolint:golint,stylecheck,revive
}

type DependenciesHttpClients struct {
Default *resty.Client //nolint:golint,stylecheck,revive
Yahoo *resty.Client //nolint:golint,stylecheck,revive
type DependenciesHttpClients struct { //nolint:golint,stylecheck,revive
Default *resty.Client
Yahoo *resty.Client
}

// Lot represents a cost basis lot
Expand Down

0 comments on commit e623ae0

Please sign in to comment.