# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-08-19 10:13:44 +0200 using RuboCop version 0.74.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: 2 Metrics/AbcSize: Max: 45 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 35 # Offense count: 5 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/gl.rb' - 'lib/gl/cli.rb' - 'lib/gl/cli/issues.rb' - 'lib/gl/cli/merge_requests.rb' - 'lib/gl/cli/registry.rb'