chore(ci): upgraded linter to 1.48.0 (#2294)

Mechanically fixed all issues, added `lint-fix` make target.
This commit is contained in:
Jarek Kowalski
2022-08-08 23:07:54 -07:00
committed by GitHub
parent 419c7acb11
commit 51dcaa985d
305 changed files with 850 additions and 794 deletions

View File

@@ -98,6 +98,6 @@ func (c *commandCacheSetParams) run(ctx context.Context, rep repo.RepositoryWrit
return errors.Errorf("no changes")
}
// nolint:wrapcheck
//nolint:wrapcheck
return repo.SetCachingOptions(ctx, c.svc.repositoryConfigFileName(), opts)
}