Sha256: 946306d6e33ac1b116932a71e24fa5ada91b877cfa67ceaf630681c4ccbfbc2a
Contents?: true
Size: 984 Bytes
Versions: 2
Compression:
Stored size: 984 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-02-20 22:20:53 +0300 using RuboCop version 0.73.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: 29 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 102 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 18 # Offense count: 1 # Cop supports --auto-correct. Style/IfUnlessModifier: Exclude: - 'lib/base32/alphabet.rb' # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 100
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
base32.rb-0.4.2 | .rubocop_todo.yml |
base32.rb-0.4.1 | .rubocop_todo.yml |