From daffd9c3181d71253c27c7d59773d9e6ac17b206 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 23 Mar 2020 05:46:03 -0400 Subject: [PATCH] CONTRIBUTING: Update documentation for linting on Travis (#8933) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 930ddba4a..1d08d09a0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -275,7 +275,7 @@ Run golangci-lint on a single pkg or directory; PKG_NAME expands to /builder/ama make lint PKG_NAME=builder/amazon ``` -Note: linting on Travis uses the `--new-from-rev=origin/master` flag to only lint new files added within a branch or pull-request. To run this check locally you can use the `ci-lint` make target. See [golangci-lint in CI](https://github.com/golangci/golangci-lint#faq) for more information. +Note: linting on Travis uses the `--new-from-rev` flag to only lint new files added within a branch or pull-request. To run this check locally you can use the `ci-lint` make target. See [golangci-lint in CI](https://github.com/golangci/golangci-lint#faq) for more information. ``` make ci-lint