mirror of
https://github.com/kopia/kopia.git
synced 2026-02-18 15:05:46 -05:00
chore(ci): upgraded linter to 1.53.3 (#3079)
* chore(ci): upgraded linter to 1.53.3 This flagged a bunch of unused parameters, so the PR is larger than usual, but 99% mechanical. * separate lint CI task * run Lint in separate CI
This commit is contained in:
@@ -30,7 +30,7 @@ func (c *commandCacheInfo) setup(svc appServices, parent commandParent) {
|
||||
c.out.setup(svc)
|
||||
}
|
||||
|
||||
func (c *commandCacheInfo) run(ctx context.Context, rep repo.Repository) error {
|
||||
func (c *commandCacheInfo) run(ctx context.Context, _ repo.Repository) error {
|
||||
opts, err := repo.GetCachingOptions(ctx, c.svc.repositoryConfigFileName())
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "error getting cache options")
|
||||
|
||||
Reference in New Issue
Block a user