We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce0940 commit b0f5c7cCopy full SHA for b0f5c7c
CONTRIBUTING.md
@@ -27,7 +27,7 @@ $ ./mc --help
27
28
* When you're ready to create a pull request, be sure to:
29
- Have test cases for the new code. If you have questions about how to do it, please ask in your pull request.
30
- - Run `go fmt`
+ - Run the lints which will be run in the CI: `golangci-lint run -j8` (install locally from https://github.com/golangci/golangci-lint)
31
- Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request.
32
- Make sure `make install` completes.
33
0 commit comments