# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-02-29 14:59:02 -0800 using RuboCop version 0.37.2. # 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: 5 Metrics/AbcSize: Max: 49 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 7 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 19 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 110 # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'app/helpers/blacklight/hierarchy_helper.rb' # Offense count: 5 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'app/helpers/blacklight/hierarchy_helper.rb' - 'lib/blacklight/hierarchy.rb' - 'lib/blacklight/hierarchy/hierarchical_facet.rb' - 'lib/generators/blacklight_hierarchy/install_generator.rb' # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts. Style/FileName: Exclude: - 'lib/blacklight-hierarchy.rb' # Offense count: 1 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Exclude: - 'app/helpers/blacklight/hierarchy_helper.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Style/Semicolon: Exclude: - 'app/helpers/blacklight/hierarchy_helper.rb' # Offense count: 1 Style/ZeroLengthPredicate: Exclude: - 'app/helpers/blacklight/hierarchy_helper.rb'