Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Code checking app. Runs tests on pull requests through diffs, then leaves comments in those pull requests with results of tests.

Notifications You must be signed in to change notification settings

DoSomethingArchive/Code-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Checker

This is a small Sinatra app that checks pull request diffs and runs PHP CodeSniffer on them. PHP CodeSniffer uses Drupal standards configuration.

If / when PHP CodeSniffer finds errors in the code found in the pull request, this app will post inline comments to that pull request on the line that the error happened, and with the error itself.

PHP CodeSniffer will also update the status of the pull request if applicable.

About

Code checking app. Runs tests on pull requests through diffs, then leaves comments in those pull requests with results of tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published