codemanufacture/Magento 2 coding standard analysis with PHP_CodeSniffer

Performs static code analysis with PHP_CodeSniffer and Magento 2 coding standard by default

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
standardThe name or path of the coding standard to useyesMagento2
report_stylenocheckstyle
severityThe minimum severity required to display an error or warningno
warning_severityThe minimum severity required to display warningno
error_severityThe minimum severity required to display an errorno
verbosityCode Sniffer verbosityno""
phpcs_pathPath to PHP_CodeSniffer binaryyesphpcs
install_coding_standardInstalls coding standardnotrue
coding_standard_versionCoding standard versionno*
coding_standard_packageCoding standard package namenomagento/magento-coding-standard
file_listWorking directory or file list to analyseno${{ github.workspace }}
processesHow many files should be checked simultaneouslyno1
extensionsA comma separated list of file extensions to checknophp
ignore_warnings_on_exitno0
ignore_errors_on_exitno0
ignoreA comma separated list of patterns to ignore files and directoriesno
pr_modified_files_onlyRestricts analysis to modified files in a pull requestnotrue

no outputs