Merge pull request #6563 from jbampton/rubocop-indentation

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-06-25 16:12:27 +09:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
AllCops:
DisabledByDefault: true
TargetRubyVersion: 3.4.0
Layout/IndentationStyle:
Enabled: true
EnforcedStyle: spaces
+8
View File
@@ -108,6 +108,14 @@ repos:
args: [--config=.github/linters/mlc_config.json, -q]
types: [markdown]
files: \.md$
- repo: https://github.com/rubocop/rubocop
rev: v1.77.0
hooks:
- id: rubocop
name: run rubocop
description: RuboCop is a Ruby code style checker (linter) and formatter based on the community-driven Ruby Style Guide
exclude: ^test/t/syntax\.rb$
args: [--config=.github/linters/.rubocop.yml]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks: