Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Check for non-public modifiers in constructors (#4511) #4619

Merged
merged 1 commit into from
Apr 1, 2019
Merged

Check for non-public modifiers in constructors (#4511) #4619

merged 1 commit into from
Apr 1, 2019

Commits on Apr 1, 2019

  1. Check for non-public modifiers in constructors (#4511)

    This commit checks the modifiers of each constructor declaration. If it has any modifier that isn't `public`, then it's actually necessary and shouldn't be flagged by unnecessary-constructor rule.
    ericbf committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    b035e01 View commit details
    Browse the repository at this point in the history