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

[Fix #11293] Fix a false negative for Style/Documentation #11294

Merged

Commits on Dec 16, 2022

  1. [Fix rubocop#11293] Fix a false negative for Style/Documentation

    Fixes rubocop#11293.
    
    This PR fixes a false negative for `Style/Documentation`
    when using custom macro.
    
    The built-in macros (e.g. `include`, `extend`, `prepend`) and
    DSL like `belongs_to` should be treated differently.
    Only `include`, `extend`, and `prepend` will be needed to resolve rubocop#8788.
    koic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bac3f74 View commit details
    Browse the repository at this point in the history