removing boilerplate test replace by projectboiler check

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2020-05-14 17:21:30 -05:00
parent 64aa9da76f
commit 3f0aa45453
18 changed files with 4 additions and 490 deletions

View File

@@ -4,7 +4,7 @@ This document assumes you have already setup the development environment (go, gi
Before sending pull requests you should at least make sure your changes have passed code verification, unit, integration and CRI validation tests.
## Code Verification
Code verification includes lint, code formatting, boilerplate check etc.
Code verification includes lint, and code formatting check etc.
* Install tools used by code verification:
```bash
make install.tools