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

Add quickfix suggestions for several rules #646

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

Conversation

webwarrior-ws
Copy link
Contributor

Add quickfix suggestions for following rules:

  • Rule 35 (CanBeReplacedWithComposition)
  • Rule 56 (WildcardNamedWithAsPattern)
  • Rule 58 (TupleOfWildcards)
  • Rule 76 (FavourStaticEmptyFields)
  • Rule 77 (AvoidSinglePipeOperator)

Added tests for suggestions in FavourStaticEmptyFields rule.
Implement suggested fix for FavourStaticEmptyFields rule.
Added tests for suggested fix for TupleOfWildcards rule.
Implemented suggested fix for TupleOfWildcards rule.
In WildcardNamedWithAsPattern tests, test for suggested fix.
Implement suggested fix for WildcardNamedWithAsPattern rule.
Added test for AvoidSinglePipeOperator suggested fix.
Implement suggested fix for AvoidSinglePipeOperator rule.
Added tests for quick fix suggestions for
CanBeReplacedWithComposition rule.
Implement suggested fix for CanBeReplacedWithComposition rule.
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.

1 participant