# This configuration was generated by `rubocop --auto-gen-config` # on 2014-09-22 04:32:14 +0900 using RuboCop version 0.26.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. AllCops: RunRailsCops: true Excludes: - spec/dummy/db/schema.rb - vendor/bundle/**/* Metrics/LineLength: Enabled: false Style/Documentation: Enabled: false Style/FileName: Enabled: false Style/RegexpLiteral: Enabled: false