Sha256: 4a195539c4ba9de0859a48ce521ab719380c7a65fa91ea26b6c145acef221c51
Contents?: true
Size: 1.14 KB
Versions: 7
Compression:
Stored size: 1.14 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-04-18 08:55:15 -0700 using RuboCop version 0.33.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. FileName: Exclude: - bin/* LineLength: Max: 200 Documentation: Enabled: false StringLiterals: EnforcedStyle: single_quotes # Offense count: 7 Metrics/AbcSize: Max: 25 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 7 # Offense count: 5 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 19 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 123 # Offense count: 3 Style/RescueModifier: Exclude: - 'lib/gitx/cli/integrate_command.rb' - 'lib/gitx/cli/nuke_command.rb' # disable ruby 3 transition validation Style/FrozenStringLiteralComment: Enabled: false # increase max block size (fixes gemspec validation) Metrics/BlockLength: Exclude: - gitx.gemspec - spec/**/*
Version data entries
7 entries across 7 versions & 1 rubygems