Skip to content

Commit

Permalink
chore: Adds whitespace lint check (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jan 5, 2024
1 parent df1f2fc commit ab7fdc8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ linters:
# - gci
- misspell
# - gofumpt
# - whitespace
- whitespace
- unconvert
- predeclared
- noctx
Expand Down
1 change: 0 additions & 1 deletion factory/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (c *Config) updateConfig(commChannel chan *protos.NetworkSliceResponse, dbU
} else {
logger.GrpcLog.Infoln("Plmn not present in the message ")
}

}
err := c.addSmPolicyInfo(ns, dbUpdateChannel)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion service/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func (udr *UDR) FilterCli(c *cli.Context) (args []string) {
}

func (udr *UDR) Start() {

// get config file info
config := factory.UdrConfig
mongodb := config.Configuration.Mongodb
Expand Down

0 comments on commit ab7fdc8

Please sign in to comment.