Skip to content

andrei-stsiapanau/phpcs-reporter-codeclimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpcs-reporter-codeclimate

CodeClimate reporter for the PHP CodeSniffer

Usage example

.phpcs.xml

<?xml version="1.0"?>
<ruleset namespace="PHP_CodeSniffer\Reports">
    <arg name="report" value="codeclimate"/>
    <autoload>vendor/autoload.php</autoload>
</ruleset>

Command-line interface

phpcs \
    --bootstrap=vendor/autoload.php \
    --report="codeclimate"

About

CodeClimate reporter for the PHP CodeSniffer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages