mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -99,11 +99,11 @@ class LoadAndUpdateLanguagesCommand extends Command
|
||||
$excludeCode = (
|
||||
(
|
||||
!$input->getOption(self::INCLUDE_REGIONAL_VERSION)
|
||||
and strpos($code, '_')
|
||||
and !in_array($code, $this->regionalVersionToInclude)
|
||||
) or (
|
||||
&& strpos($code, '_')
|
||||
&& !in_array($code, $this->regionalVersionToInclude)
|
||||
) || (
|
||||
!$input->getOption(self::INCLUDE_ANCIENT)
|
||||
and in_array($code, $this->ancientToExclude)
|
||||
&& in_array($code, $this->ancientToExclude)
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user