Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 818 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 818 Bytes

ReviewBot

ReviewBot is a tool for automatically inserting and verifying CodeContracts

Status / Contributing

ReviewBot is very much a work-in-progress. Please go ahead a fix any bug you find (and make a pull request).

Requirements

CodeContracts

Building

Just open the solution in Visual Studio

Usage

Right now the easiest way to run ReviewBot is the AutoBot project. All you have to change is projPath and slnPath in Main.

The solution and project you put in those paths must be in a git repo.

It will create a branch called "reviewbot" and insert the contracts into the source files in that branch.