2
0

Add rubocop binstub, simplify configuration (#30407)

This commit is contained in:
Matt Jankowski
2024-06-13 10:27:17 -04:00
committed by GitHub
parent 45abddb302
commit 3a191b3797
13 changed files with 210 additions and 227 deletions

6
.rubocop/custom.yml Normal file
View File

@@ -0,0 +1,6 @@
---
require:
- ../lib/linter/rubocop_middle_dot
Style/MiddleDot:
Enabled: true