temporary skip linelengthfixer

This commit is contained in:
lubiana 2024-04-25 21:01:06 +02:00
parent cfd59433a4
commit d668217619

View file

@ -91,12 +91,6 @@ return ECSConfig::configure()
'withSpaces' => 'no',
]
)
->withConfiguredRule(
LineLengthFixer::class,
[
LineLengthFixer::INLINE_SHORT_LINES => false,
]
)
->withConfiguredRule(
NoExtraBlankLinesFixer::class,
[
@ -112,4 +106,5 @@ return ECSConfig::configure()
FunctionToConstantFixer::class,
NewWithParenthesesFixer::class,
NewWithBracesFixer::class,
LineLengthFixer::class,
]);