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 5524618 commit 2b30ac6
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 @@ -152,7 +152,6 @@ func (c *Config) updateConfig(commChannel chan *protos.NetworkSliceResponse) boo
} else {
logger.GrpcLog.Infoln("Plmn not present in the message ")
}

}
}
if minConfig == false {
Expand Down
1 change: 0 additions & 1 deletion service/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func (nssf *NSSF) setLogLevel() {
}
pathUtilLogger.SetReportCaller(factory.NssfConfig.Logger.PathUtil.ReportCaller)
}

}

func (nssf *NSSF) FilterCli(c *cli.Context) (args []string) {
Expand Down

0 comments on commit 2b30ac6

Please sign in to comment.