Fixed latest linting issues

This commit is contained in:
Mike Farah
2018-08-06 16:24:06 +10:00
parent e6660e2460
commit 7a6689eb40
3 changed files with 13 additions and 14 deletions
+7 -6
View File
@@ -84,12 +84,13 @@ Use "yq [command] --help" for more information about a command.
```
## Contribute
1. `make [local] vendor`
2. add unit tests
3. apply changes (use govendor with a preference to [gopkg](https://gopkg.in/) for package dependencies)
4. `make [local] build`
5. If required, update the user documentation
1. `scripts/devtools.sh`
2. `make [local] vendor`
3. add unit tests
4. apply changes (use govendor with a preference to [gopkg](https://gopkg.in/) for package dependencies)
5. `make [local] build`
6. If required, update the user documentation
- Update README.md and/or documentation under the mkdocs folder
- `make [local] build-docs`
- browse to docs/index.html and check your changes
6. profit
7. profit