Skip to content

Commit

Permalink
Updated code checks command. Minor wording tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Sep 21, 2015
1 parent 7280cfa commit f32e177
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are not familiar with pull requests, review the [pull request docs](https

### Code Quality

Ensure your pull request
Ensure your pull request satisfies all of the following, where applicable:

* Is covered by [unit tests](#unit-tests-and-code-coverage)
* Passes [continuous integration](#continuous-integration)
Expand All @@ -52,8 +52,7 @@ Review the following [style guide](https://google-styleguide.googlecode.com/svn/

Run code checks and fix any issues:

$ cd utility_scripts
$ ./run_code_checks.sh
$ scripts/run_code_checks.sh

### Installation

Expand Down

0 comments on commit f32e177

Please sign in to comment.