diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 452705d1..a467eb09 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -30,7 +30,7 @@ jobs: permissions: contents: read container: - image: ghcr.io/homebrew/ubuntu24.04:main + image: ghcr.io/homebrew/brew:main steps: - name: Set up Homebrew id: setup-homebrew diff --git a/.rubocop.yml b/.rubocop.yml index 1b070439..83538fcd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -31,8 +31,6 @@ Layout/EndAlignment: Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table -Layout/IndentationWidth: - Enabled: false Layout/LeadingCommentSpace: Exclude: - Taps/*/*/cmd/*.rb