parent
640f85af7d
commit
c1712d0bc5
2 changed files with 25 additions and 0 deletions
|
@ -187,6 +187,28 @@ Using ``runtime-set``:
|
||||||
|
|
||||||
--runtime-set removedClassConfigFiles "/Some/Absolute/Path/*.yaml"
|
--runtime-set removedClassConfigFiles "/Some/Absolute/Path/*.yaml"
|
||||||
|
|
||||||
|
.. _configuration-removedExtensionConfigFiles:
|
||||||
|
|
||||||
|
removedExtensionConfigFiles
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Configure where to look for configuration files defining the removed extensions. Default is
|
||||||
|
``Configuration/Removed/Extension/*.yaml`` inside the standard itself. We already try to deliver as
|
||||||
|
much as possible. Globing is used, so placeholders like ``*`` are possible, see
|
||||||
|
https://secure.php.net/manual/en/function.glob.php
|
||||||
|
|
||||||
|
Using :file:`ruleset.xml`:
|
||||||
|
|
||||||
|
.. code:: xml
|
||||||
|
|
||||||
|
<config name="removedExtensionConfigFiles" value="/Some/Absolute/Path/*.yaml"/>
|
||||||
|
|
||||||
|
Using ``runtime-set``:
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
--runtime-set removedExtensionConfigFiles "/Some/Absolute/Path/*.yaml"
|
||||||
|
|
||||||
.. _configuration-removedTypoScriptConfigFiles:
|
.. _configuration-removedTypoScriptConfigFiles:
|
||||||
|
|
||||||
removedTypoScriptConfigFiles
|
removedTypoScriptConfigFiles
|
||||||
|
|
|
@ -106,6 +106,9 @@ functions. For configuration options see :ref:`configuration-removedConstantConf
|
||||||
Check for usage of *removed PHP classes*. The classes are configured in same way as removed
|
Check for usage of *removed PHP classes*. The classes are configured in same way as removed
|
||||||
functions. For configuration options see :ref:`configuration-removedClassConfigFiles`.
|
functions. For configuration options see :ref:`configuration-removedClassConfigFiles`.
|
||||||
|
|
||||||
|
Check for usage of *removed TYPO3 extension*. For configuration options see
|
||||||
|
:ref:`configuration-removedExtensionConfigFiles`.
|
||||||
|
|
||||||
Check for usage of *removed TypoScript*. The TypoScript objects are configured in same way as
|
Check for usage of *removed TypoScript*. The TypoScript objects are configured in same way as
|
||||||
removed functions. For configuration options see :ref:`configuration-removedTypoScriptConfigFiles`.
|
removed functions. For configuration options see :ref:`configuration-removedTypoScriptConfigFiles`.
|
||||||
This will check whether you are using already removed TypoScript parts, supported are:
|
This will check whether you are using already removed TypoScript parts, supported are:
|
||||||
|
|
Loading…
Reference in a new issue