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

Introduce the -W and --warnings options and support redefined parameterizing rules #448

Merged
merged 3 commits into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    272bd18 View commit details
    Browse the repository at this point in the history
  2. Add support for parameterizing-redefined category

    Specify this category in the `-W` or `--warning` option to output a warning about the redefinition of parameterizing rules.
    
    Currently, for example, users have no way of knowing the parameterizing rules provided in the standard library are redefined.
    Therefore, by specifying the `parameterizing-redefined` option, users will be able to know parameterizing rules have been redefined.
    ydah committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    89e2b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e6440 View commit details
    Browse the repository at this point in the history