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

Raise severity of some cops to warning #204

Merged
merged 1 commit into from
Jan 9, 2023

Commits on Dec 17, 2022

  1. Raise severity of some cops to warning

    The cops below belong to linting, not style preference,
    so make set the severity to warning.
    
    The following emulates warnings for deprecated APIs:
    
    - Minitest/GlobalExpectations (rubocop#60)
    
    The following suggests incorrect usage of APIs:
    
    - Minitest/AssertRaisesWithRegexpArgument:
    - Minitest/AssertWithExpectedArgument:
    - Minitest/SkipEnsure:
    - Minitest/UnreachableAssertion:
    koic committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    1061906 View commit details
    Browse the repository at this point in the history