You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable_warnings: false # Enable checking for warnings (-w)
19
+
paths: '.'# Paths to check, space separated
20
+
excludes: ''# Paths to excludes, space separated
21
+
standard: 'WordPress'# Standard to use. Accepts WordPress|WordPress-Core|WordPress-Docs|WordPress-Extra|WordPress-VIP-Go|WordPressVIPMinimum|10up-Default.
22
+
standard_repo: ''# Public (git) repository URL of the coding standard
23
+
repo_branch: 'master'# Branch of Standard repository
24
+
phpcs_bin_path: 'phpcs'# Custom PHPCS bin path
25
+
use_local_config: 'false'# Use local config if available
26
+
extra_args: ''# Extra arguments passing to the command
27
+
only_changed_files: ''# Run the linter only on the changed files. Accepts true|false
28
+
only_changed_lines: ''# Run the linter only on the changed lines. Accepts true|false
0 commit comments