changeset 375:66ee2f5e793e

Exclude bin/ from rubocop.
author nanaya <me@myconan.net>
date Sat, 06 Jun 2015 22:22:41 +0900
parents 92c62966191b
children 02903dc8214d
files .rubocop.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.rubocop.yml	Sat Jun 06 22:14:30 2015 +0900
+++ b/.rubocop.yml	Sat Jun 06 22:22:41 2015 +0900
@@ -3,6 +3,7 @@
     - Gemfile
     - config/local_config.rb.example
   Exclude:
+    - bin/*
     - config/local_config.rb
     - db/schema.rb
   RunRailsCops: true