Skip to content

How to set verbosity in configuration file? #617

Closed Answered by jrfnl
elchenberg asked this question in Q&A
Discussion options

You must be logged in to vote

Not as far as I know. This is documented as such as well:

 <!--
    You can hard-code command line values into your custom standard.
    Note that this does not work for the command line values:
    -v[v][v], -l, -d, --sniffs and --standard
    
    The following tags are equivalent to the command line arguments:
    --extensions=php,inc --report=summary --colors -sp
 -->
 <arg name="extensions" value="php,inc" />
 <arg name="report" value="summary"/>
 <arg name="colors"/>
 <arg value="sp"/>

Source: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-Ruleset

Out of curiousity: why would you want to always run in verbose mode ? It's intended as a debugging feature, not for sta…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@elchenberg
Comment options

Answer selected by elchenberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants