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

Fixed LineLength #1759

Merged
merged 10 commits into from
Oct 16, 2023
Merged

Fixed LineLength #1759

merged 10 commits into from
Oct 16, 2023

Commits on Oct 5, 2023

  1. Fixed LineLength

    ### What's done:
    - Fixed bug when fix-result of rule `LineLength` execution still contained `LineLength` warnings. To fix this, added loop that trying to fix `LineLength` warnings until warnings run out.
    - Added `unFix()` method realization inside `FunAndProperty` and `ValueArgumentList` classes to undo unnecessary fixes.
    - Fixed bug for case when long comment followed multiline property initialization.
    - Fixed and reworked several fix tests.
    
    It's part of saveourtool#1737
    DrAlexD committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b4de362 View commit details
    Browse the repository at this point in the history
  2. - fix

    DrAlexD committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e24ce4b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. - added comments

    DrAlexD committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8b7bc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa36952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    577ba03 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    ee3038a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef4827 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. - fix

    DrAlexD committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    19aae80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c9bbd View commit details
    Browse the repository at this point in the history
  3. - fix

    DrAlexD committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3908f06 View commit details
    Browse the repository at this point in the history