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

addons/namingng.py: Backward compatibility with addons/naming.py #5846

Closed
wants to merge 1 commit into from

Commits on Jan 7, 2024

  1. addons/namingng.py: Implement backward compatibility with addons/nami…

    …ng.py.
    
    Merging naming.py into namingng.py reduces redundant code and leverages
    argument validation and the unit tests for namingng.py, with the aim to improve
    maintainability.
    
    naming.py supported RE_CONST to check constants, which is now a feature of
    namingng.py as well; the unit test is expanded to cover the feature.
    
    naming.py has been updated to call through to namingng.py.
    
    Suppressions are updated to suppres the new namingng error id
    [naming-namingConvention].
    
    The unit tests for naming.py are kept as-is.
    mvds00 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1f67073 View commit details
    Browse the repository at this point in the history