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

Add Standardrb #1021

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Add Standardrb #1021

wants to merge 12 commits into from

Commits on May 8, 2024

  1. add standardrb + --fix

    minaslater committed May 8, 2024
    Configuration menu
    Copy the full SHA
    054bc18 View commit details
    Browse the repository at this point in the history
  2. fix wrap assignments

    minaslater committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f52859a View commit details
    Browse the repository at this point in the history
  3. move next_migration_number to non-private

    Standardrb flagged this class method being defined under private isn't
    actually private. We in fact doesn't want it to be private because it's
    being called by create_migration.
    minaslater committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c66da0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0786e11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c422d6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0ad969 View commit details
    Browse the repository at this point in the history
  7. add GHA to run Standard

    minaslater committed May 8, 2024
    Configuration menu
    Copy the full SHA
    614101a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    526db08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee12a9d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. disable Style/ArgumentsForwarding check

    Rubocop/Standard wants to use `&` instead of `&block` and that newer
    syntax rule breaks Ruby 3.0.4 tests
    minaslater committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f683ab9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix specs and update Gemfile.lock

    Standard accidentally took away **options in Authorization. This change
    replaces it and updates the Gemfile.lock while I'm here.
    sej3506 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7349a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4204144 View commit details
    Browse the repository at this point in the history