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

Commits on Dec 20, 2023

  1. Core.Tests: tests for suggestions fo rule 76

    Added tests for suggestions in FavourStaticEmptyFields rule.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d9f40b6 View commit details
    Browse the repository at this point in the history
  2. FavourStaticEmptyFields: implement suggestions

    Implement suggested fix for FavourStaticEmptyFields rule.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    90f3885 View commit details
    Browse the repository at this point in the history
  3. Core.Tests: add tests for TupleOfWildcards suggestion

    Added tests for suggested fix for TupleOfWildcards rule.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    69bdc3c View commit details
    Browse the repository at this point in the history
  4. TupleOfWildcards: implement suggested fix

    Implemented suggested fix for TupleOfWildcards rule.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    53ca191 View commit details
    Browse the repository at this point in the history
  5. Core.Tests: tests suggestion for WildcardNamedWithAsPattern

    In WildcardNamedWithAsPattern tests, test for suggested fix.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    190b77e View commit details
    Browse the repository at this point in the history
  6. WildcardNamedWithAsPattern: implement suggestion

    Implement suggested fix for WildcardNamedWithAsPattern rule.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9ce5556 View commit details
    Browse the repository at this point in the history
  7. Core.Tests: added test for AvoidSinglePipeOperator suggestion

    Added test for AvoidSinglePipeOperator suggested fix.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4bddb26 View commit details
    Browse the repository at this point in the history
  8. AvoidSinglePipeOperator: implement suggestion

    Implement suggested fix for AvoidSinglePipeOperator rule.
    webwarrior-ws committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2954ecb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Core.Tests: added tests for quick fix for rule 35

    Added tests for quick fix suggestions for
    CanBeReplacedWithComposition rule.
    webwarrior-ws committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7507e74 View commit details
    Browse the repository at this point in the history
  2. CanBeReplacedWithComposition: implement suggestion

    Implement suggested fix for CanBeReplacedWithComposition rule.
    webwarrior-ws committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f971fce View commit details
    Browse the repository at this point in the history