temporary skip linelengthfixer
This commit is contained in:
parent
cfd59433a4
commit
d668217619
1 changed files with 1 additions and 6 deletions
|
@ -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,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue