# This configuration was generated by # `rubocop --auto-gen-config` # on 2023-12-21 18:05:17 -0500 using RuboCop version 0.80.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. # Offense count: 6 Metrics/AbcSize: Max: 60 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 26 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 223 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 27 # Offense count: 6 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 36 # Offense count: 3 Metrics/PerceivedComplexity: Max: 28 # Offense count: 3 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/gitlab/license.rb' - 'lib/gitlab/license/boundary.rb' - 'lib/gitlab/license/encryptor.rb' # Offense count: 12 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Exclude: - 'Gemfile' - 'Rakefile' - 'bin/console' - 'gitlab-license.gemspec' - 'lib/gitlab/license.rb' - 'lib/gitlab/license/boundary.rb' - 'lib/gitlab/license/encryptor.rb' - 'lib/gitlab/license/version.rb' - 'spec/gitlab/license/boundary_spec.rb' - 'spec/gitlab/license/encryptor_spec.rb' - 'spec/gitlab/license_spec.rb' - 'spec/spec_helper.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/gitlab/license.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: short, verbose Style/PreferredHashMethods: Exclude: - 'lib/gitlab/license.rb' # Offense count: 1 # Cop supports --auto-correct. Style/RescueModifier: Exclude: - 'lib/gitlab/license.rb' # Offense count: 28 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 104