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/slim-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.1
Choose a base ref
...
head repository: sds/slim-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 6, 2025

  1. Reuse RuboCop::CLI (#198)

    `RuboCop::CLI` is generated only once using memoization, instead of
    creating a new instance for each file. This eliminates redundant
    processes related to `RuboCop::CLI`, improving performance.
    
    Fixes #193.
    koic authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    cc35faa View commit details
    Browse the repository at this point in the history
  2. Cut version 0.32.2

    sds committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b550a13 View commit details
    Browse the repository at this point in the history
Loading