summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-04-25 03:42:48 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-04-25 03:42:48 +0900
commit374caf6ede2cf4de7d2196aa2e2adef782bea5bd (patch)
tree398d474fd641b1e4bb58bae7c48c6a1fba9c7a0c
parent5c4370263c5b37d5a618077049fc9d76bf62e8d9 (diff)
downloadbundler-374caf6ede2cf4de7d2196aa2e2adef782bea5bd.tar.gz
Replace Rubocop with RuboCop
-rw-r--r--doc/development/PULL_REQUESTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/PULL_REQUESTS.md b/doc/development/PULL_REQUESTS.md
index ea222b18d7..292aacc529 100644
--- a/doc/development/PULL_REQUESTS.md
+++ b/doc/development/PULL_REQUESTS.md
@@ -8,7 +8,7 @@ Before you submit a pull request, please remember to do the following:
## Code formatting
-Make sure the code formatting and styling adheres to the guidelines. We use Rubocop for this. Lack of formatting adherence will result in automatic Travis build failures.
+Make sure the code formatting and styling adheres to the guidelines. We use RuboCop for this. Lack of formatting adherence will result in automatic Travis build failures.
$ bin/rubocop -a