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

Suppress errors on RuboCop 0.50.0 & Ruby 3.1+ #1256

Closed

Commits on Apr 18, 2022

  1. Suppress errors on RuboCop 0.50.0 & Ruby 3.1+

    This change suppresses the following error:
    
    ```
    $ bundle exec rubocop
    Inspecting 36 files
    ...............An error occurred while Lint/BlockAlignment cop was inspecting /build/lib/mysql2/console.rb:3:20.
    To see the complete backtrace run rubocop -d.
    ..................An error occurred while Lint/BlockAlignment cop was inspecting /build/tasks/generate.rake:1:0.
    To see the complete backtrace run rubocop -d.
    ...
    
    36 files inspected, no offenses detected
    
    2 errors occurred:
    An error occurred while Lint/BlockAlignment cop was inspecting /build/lib/mysql2/console.rb:3:20.
    An error occurred while Lint/BlockAlignment cop was inspecting /build/tasks/generate.rake:1:0.
    Errors are usually caused by RuboCop bugs.
    Please, report your problems to RuboCop's issue tracker.
    Mention the following information in the issue report:
    0.50.0 (using Parser 2.7.2.0, running on ruby 3.1.0 x86_64-linux)
    ```
    mishina2228 committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    bd4759b View commit details
    Browse the repository at this point in the history