Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Ignore CONTRIBUTING.md (#447)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a #446 before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #446 ☕️
  • Loading branch information
frankyn committed Aug 4, 2020
1 parent 0ce82cc commit bdacdc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -48,6 +48,7 @@ integration tests.

```bash
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service/account.json
export IT_SERVICE_ACCOUNT_EMAIL=my-service-account@my-project.gserviceaccount.com
mvn -Penable-integration-tests clean verify
```

Expand Down
3 changes: 2 additions & 1 deletion synth.py
Expand Up @@ -19,6 +19,7 @@
AUTOSYNTH_MULTIPLE_COMMITS = True

java.common_templates(excludes=[
'.kokoro/presubmit/integration.cfg'
'.kokoro/presubmit/integration.cfg',
'CONTRIBUTING.md'
])

0 comments on commit bdacdc9

Please sign in to comment.