mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:26:22 +00:00
fix: actualizar el ruby de rubocop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e3a4130ed9
commit
9f5df8050b
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
AllCops:
|
||||
TargetRubyVersion: '2.7'
|
||||
NewCops: enable
|
||||
|
||||
TargetRubyVersion: "3.1"
|
||||
NewCops: "enable"
|
||||
Style/AsciiComments:
|
||||
Enabled: false
|
||||
Style/MultilineBlockChain:
|
||||
|
|
Loading…
Reference in a new issue