Sha256: c31f0d08d4d72c3d114fcf0e991d843fbfb2c8191a518e5d918de0fb38aadcf1
Contents?: true
Size: 994 Bytes
Versions: 2
Compression:
Stored size: 994 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-08-21 14:37:45 +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 Lint/ShadowingOuterLocalVariable: Exclude: - 'lib/gl/cli/registry.rb' # Offense count: 5 Metrics/AbcSize: Max: 48 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 113 # Offense count: 7 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 35 # Offense count: 6 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/gl.rb' - 'lib/gl/cli.rb' - 'lib/gl/cli/global.rb' - 'lib/gl/cli/issues.rb' - 'lib/gl/cli/merge_requests.rb' - 'lib/gl/cli/registry.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gl-0.4.1 | .rubocop_todo.yml |
gl-0.4.0 | .rubocop_todo.yml |