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 false positive MISSING_KDOC_ON_FUNCTION on local function (function inside another function) #1848

Merged
merged 6 commits into from
Dec 7, 2023

Commits on Nov 22, 2023

  1. WIP: custom setter fix

    ### What's done:
    * fix
    diphtongue committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    eb060e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. - fixed warning CUSTOM_GETTERS_SETTERS on properties with backing f…

    …ield.
    
    - added `ASTNode.isPrivate()`, `ASTNode.hasSetterGetter()` methods
    - added `isPairPropertyBackingField(propertyNode: ASTNode?, backingFieldNode: ASTNode?)` function
    - added warning tests.
    
    Closes #1709
    diphtongue committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c66a433 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. ### What's done:

    * WIP
    diphtongue committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0717407 View commit details
    Browse the repository at this point in the history
  2. ### What's done:

    * Merge master
    diphtongue committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f5b7f89 View commit details
    Browse the repository at this point in the history
  3. ### What's done:

    - Fixed false positive `MISSING_KDOC_ON_FUNCTION` on local function (function inside another function)
    - Added warning test
    
    Closes #1773
    diphtongue committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    30c59ae View commit details
    Browse the repository at this point in the history
  4. Closes #1773

    diphtongue committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    325134d View commit details
    Browse the repository at this point in the history