Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Autofix for ReProperMethodProtocolNameRule #10140

Conversation

astares
Copy link
Member

@astares astares commented Oct 8, 2021

Fix #10139

  • remove "information" severity (so that the default "warning" is used)
  • improve the lint message by shown current and suggested protocol name
  • provide an autofix so code can easily repaired to follow lint rul
  • move all #protocolIdioms to the class side (so we can later better reuse them in the release tests)

Fix pharo-project#10139 
- remove "information" severity (so that the default "warning" is used)
- improve the lint message by shown current and suggested protocol name
- provide an autofix so code can easily repaired to follow lint rul
- move all #protocolIdioms to the class side (so we can later better reuse them in the release tests)
@astares
Copy link
Member Author

astares commented Oct 12, 2021

CI problems unrelated. Maybe it is possible to restart CI?

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

Successfully merging this pull request may close these issues.

Provide Autofix for ReProperMethodProtocolNameRule
2 participants