mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 12:06:21 +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:
|
AllCops:
|
||||||
TargetRubyVersion: '2.7'
|
TargetRubyVersion: "3.1"
|
||||||
NewCops: enable
|
NewCops: "enable"
|
||||||
|
|
||||||
Style/AsciiComments:
|
Style/AsciiComments:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/MultilineBlockChain:
|
Style/MultilineBlockChain:
|
||||||
|
|
Loading…
Reference in a new issue