From d82f2ed883bb23096b7553428176dda08a71d1cf Mon Sep 17 00:00:00 2001 From: Rebecka Gulliksson Date: Tue, 31 May 2016 17:27:10 -0700 Subject: [PATCH] Add note about gradle check target in contribution guidelines. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc1f431f..c9b1cf74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,8 @@ discussing your proposal, or email the The AppAuth library follows the [Google Coding Style](https://google.github.io/styleguide/javaguide.html) for -the Java language. Please review your own code for adherence to the standard. +the Java language. Please review your own code for adherence to the standard +and make sure to run the `check` gradle target. ## Pull Request Reviews