Skip to content

Commit 246615f

Browse files
PHPCS standards implementing
1 parent 715b844 commit 246615f

10 files changed

Lines changed: 820 additions & 685 deletions

File tree

.github/workflows/wpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
standard_repo: '' # Public (git) repository URL of the coding standard
2323
repo_branch: 'master' # Branch of Standard repository
2424
phpcs_bin_path: 'phpcs' # Custom PHPCS bin path
25-
use_local_config: 'false' # Use local config if available
25+
use_local_config: 'true' # Use local config if available
2626
extra_args: '' # Extra arguments passing to the command
2727
only_changed_files: '' # Run the linter only on the changed files. Accepts true|false
2828
only_changed_lines: '' # Run the linter only on the changed lines. Accepts true|false

0 commit comments

Comments
 (0)