Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Move from pedantic to lints package #119

Merged
merged 1 commit into from
Jul 22, 2021
Merged

Move from pedantic to lints package #119

merged 1 commit into from
Jul 22, 2021

Conversation

natebosch
Copy link
Contributor

Fix existing violations of the lint avoid_renaming_method_parameters.

Fix existing violations of the lint `avoid_renaming_method_parameters`.
@natebosch natebosch requested a review from kevmoo July 22, 2021 19:13
@google-cla google-cla bot added the cla: yes label Jul 22, 2021
@@ -22,10 +22,10 @@ abstract class Hash extends Converter<List<int>, Digest> {
const Hash();

@override
Digest convert(List<int> data) {
Digest convert(List<int> input) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! This is a great lint!

@natebosch natebosch merged commit b5024e4 into master Jul 22, 2021
@natebosch natebosch deleted the pedantic-to-lints branch July 22, 2021 19:22
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 15, 2024
Fix existing violations of the lint `avoid_renaming_method_parameters`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants