Slackbot
08/18/2023, 2:32 PMGabriel Martinez
08/18/2023, 2:45 PMmake lint has a lot of warning currently 😬Gabriel Martinez
08/18/2023, 2:46 PMrevive updatejsarry
08/18/2023, 2:49 PMGabriel Martinez
08/18/2023, 2:50 PMGabriel Martinez
08/18/2023, 2:50 PMserver/controllers/events/events_controller_e2e_test.go:56:36: unused-parameter: parameter 'dst' seems to be unused, consider removing or renaming it as _ (revive)
func (m *NoopTFDownloader) GetFile(dst, src string) error {
You see (revive) in the end of the first line, that’s the linter that is complainingGabriel Martinez
08/18/2023, 2:50 PM(gosimple)
server/core/config/raw/global_cfg.go:283:77: S1002: should omit comparison to bool constant, can be simplified to `!*r.PolicyCheck` (gosimple)
if globalReq == valid.PoliciesPassedCommandReq && r.PolicyCheck != nil && *r.PolicyCheck == false {jsarry
08/18/2023, 2:58 PMGabriel Martinez
08/18/2023, 2:59 PMGabriel Martinez
08/18/2023, 3:00 PMjsarry
08/18/2023, 3:02 PMPePe Amengual
08/18/2023, 3:21 PMPePe Amengual
08/18/2023, 3:23 PMPePe Amengual
08/18/2023, 3:23 PMGabriel Martinez
08/18/2023, 3:24 PMGabriel Martinez
08/18/2023, 3:25 PMGabriel Martinez
08/18/2023, 3:25 PMPePe Amengual
08/18/2023, 3:25 PM