Changeset 13850 for trunk/phpcs.xml.dist
- Timestamp:
- 05/04/2024 12:56:31 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/phpcs.xml.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r13801 r13850 12 12 v flag: Print processed files. 13 13 --> 14 <arg value="psv" /> 14 <arg value="sp" /> 15 16 <!-- Make it pretty. --> 17 <arg name="colors"/> 15 18 16 19 <!-- Whenever possible, cache the scan results and re-use those for unchanged files on the next scan. --> … … 20 23 <arg name="parallel" value="20"/> 21 24 22 <!-- Set severity to 6to see everything that isn't effectively turned off. -->23 <arg name="severity" value=" 6"/>25 <!-- Set severity to 1 to see everything that isn't effectively turned off. --> 26 <arg name="severity" value="1"/> 24 27 25 28 <!-- What to exclude -->
Note: See TracChangeset
for help on using the changeset viewer.