Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

WIP: Addressing findings from linters/checkers/ci #2300

Open
wants to merge 77 commits into
base: master
Choose a base branch
from

Conversation

kwk
Copy link
Collaborator

@kwk kwk commented Sep 26, 2018

...to keep our code clean and be able to block a PR on future issues that come up. Currently there are way too many issues. If we can address each single one of them, we can truly leverage the checkers.

@kwk kwk self-assigned this Sep 26, 2018
@alien-ike alien-ike changed the title WIP: Addressing findings from linters/checkers/ci Addressing findings from linters/checkers/ci Sep 26, 2018
@alien-ike alien-ike changed the title WIP: Addressing findings from linters/checkers/ci Addressing findings from linters/checkers/ci Sep 26, 2018
controller/space_test.go:85:23: cannot use client (type *http.Client) as type "context".Context in argument to deleteCodebases:

	*http.Client does not implement "context".Context (missing Deadline method)

		have http.deadline() time.Time

		want Deadline() (time.Time, bool)

controller/space_test.go:85:23: cannot use config (type *configuration.Registry) as type *http.Client in argument to deleteCodebases

controller/space_test.go:85:23: cannot use ctx (type "context".Context) as type *configuration.Registry in argument to deleteCodebases
@kwk kwk changed the title Addressing findings from linters/checkers/ci WIP: Addressing findings from linters/checkers/ci Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants