Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sds/overcommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.67.1
Choose a base ref
...
head repository: sds/overcommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.68.0
Choose a head ref
  • 3 commits
  • 18 files changed
  • 2 contributors

Commits on Jun 29, 2025

  1. Update RuboCop in Gemfile to silence a deprecation warning in build (#…

    …870)
    
    The existing version of RuboCop no longer works against other libraries
    without deprecation warnings; rather than lock more dependencies,
    upgrade RuboCop used in project.
    
    ```sh
    Running pre-commit hooks
    Check YAML syntax........................................[YamlSyntax] OK
    Check Gemfile dependencies..............................[BundleCheck] OK
    Check for trailing whitespace....................[TrailingWhitespace] OK
    Analyze with RuboCop........................................[RuboCop] FAILED
    Unexpected output: unable to determine line number or type of error/warning for output:
    `EnsureNode#body` is deprecated and will be changed in the next major version of rubocop-ast. Use `EnsureNode#branch` instead to get the body of the `ensure` branch.
    Called from:
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/layout/indentation_width.rb:67:in `on_ensure'
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/commissioner.rb:107:in `public_send'
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/commissioner.rb:107:in `block (2 levels) in trigger_responding_cops'
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/commissioner.rb:171:in `with_cop_error_handling'
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/commissioner.rb:106:in `block in trigger_responding_cops'
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/commissioner.rb:105:in `each'
    /Users/broz/.rbenv/versions/3.1.6/lib/ruby/gems/3.1.0/gems/rubocop-1.63.0/lib/rubocop/cop/commissioner.rb:105:in
    `trigger_responding_cops'
    [...]
    ```
    apiology authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    d55ffce View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Add solargraph pre-commit hook for typechecking (#871)

    [Solargraph](https://github.com/castwide/solargraph) supports
    typechecking Ruby files based on YARD tags - combined with overcommit,
    it can be used in an incremental way on large untyped codebases.
    apiology authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    6e5ca57 View commit details
    Browse the repository at this point in the history
  2. Cut version 0.68.0 (#872)

    sds authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    11838c6 View commit details
    Browse the repository at this point in the history
Loading