# This configuration was generated by `rubocop --auto-gen-config` # on 2014-09-11 18:44:31 +0900 using RuboCop version 0.26.0. # 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: Exclude: - 'bin/**/*' - 'db/**/*' - 'config/**/*' - 'script/**/*' - 'vendor/**/*' - 'spec/spec_helper.rb' - 'spec/rails_helper.rb' - 'Guardfile' #- !ruby/regexp /old_and_unused\.rb$/ # Configuration parameters: CountComments. Metrics/ClassLength: Max: 500 # Configuration parameters: AllowURI. Metrics/LineLength: Max: 120 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 30 Metrics/AbcSize: Enabled: true Max: 17 Metrics/CyclomaticComplexity: Enabled: true Max: 10 Style/AsciiComments: Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/BracesAroundHashParameters: Enabled: false # Cop supports --auto-correct. #Style/EmptyLinesAroundBody: # Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Enabled: false Style/WordArray: MinSize: 10 ClassAndModuleChildren: EnforcedStyle: compact