# HG changeset patch # User nanaya # Date 1433596961 -32400 # Node ID 66ee2f5e793e9e50a7dfcd01a6e912e6bad53697 # Parent 92c62966191ba946fa60776ea93f61be4a971542 Exclude bin/ from rubocop. diff -r 92c62966191b -r 66ee2f5e793e .rubocop.yml --- 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