File "ecs.php"

Full Path: /home/spiraleeea/www/spirale/plugins-dist/mots/ecs.php
File size: 263 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

use SpipLeague\EasyCodingStandard\Set\SetList;
use Symplify\EasyCodingStandard\Config\ECSConfig;

return ECSConfig::configure()
	->withSets([SetList::SPIP])
	->withPaths([__DIR__])
	->withRootFiles()
	->withSkip([__DIR__ . '/lang', __DIR__ . '/vendor'])
;