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] prohibited-method-override: Add a new check to identify methods marked as prohibited to override #485

Merged
merged 1 commit into from
Mar 27, 2024
Merged

[ADD] prohibited-method-override: Add a new check to identify methods marked as prohibited to override #485

merged 1 commit into from
Mar 27, 2024

Commits on Mar 16, 2024

  1. [ADD] prohibited-method-override: new check to avoid overriding methods

    A new check that identifies methods that were marked as prohibited to override
    via super() calls. This lint check does not raise any errors, only warnings.
    
    Signed-off-by: Pexers <[email protected]>
    Pexers committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d9b900b View commit details
    Browse the repository at this point in the history