# This is the configuration used to check the rubocop source code.inherit_from:.rubocop_todo.ymlAllCops:Include:-'**/Rakefile'-'**/config.ru'Exclude:-'db/**/*'-'config/**/*'-'script/**/*'TargetRubyVersion:2.0Style/Encoding:EnforcedStyle:alwaysEnabled:trueStyle/FrozenStringLiteralComment:EnforcedStyle:always
# This configuration was generated by# `rubocop --auto-gen-config`# on 2016-09-07 17:08:09 +0300 using RuboCop version 0.42.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.# Offense count: 75Metrics/AbcSize:Max:19# Offense count: 32# Configuration parameters: CountComments.Metrics/ClassLength:Max:168# Offense count: 28Metrics/CyclomaticComplexity:Max:7# Offense count: 143# Configuration parameters: CountComments.Metrics/MethodLength:Max:14# Offense count: 11# Configuration parameters: CountComments.Metrics/ModuleLength:Max:156