Skip to content

chore: fix linter due to deprecation notice on 'func (r Arguments) Exact(name string) bool'#1772

Merged
aeneasr merged 1 commit intoory:masterfrom
vancity-amir:chore-fix-linter
Mar 26, 2020
Merged

chore: fix linter due to deprecation notice on 'func (r Arguments) Exact(name string) bool'#1772
aeneasr merged 1 commit intoory:masterfrom
vancity-amir:chore-fix-linter

Conversation

@vancity-amir
Copy link
Copy Markdown
Contributor

In fosite release v0.30.3 the following method was deprecated:

// Deprecated: Use ExactOne, Matches or MatchesExact
func (r Arguments) Exact(name string) bool {
	return name == strings.Join(r, " ")
}

Which caused the linter to fail.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 26, 2020

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants