Sha256: 0294e836abfec3b571c5da48c19d9d0247338ca3465452a9ee541d12f158c4c6
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # on 2022-07-16 11:38:10 UTC using RuboCop version 0.93.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: 1 # Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Exclude: - '**/*.gemspec' - 'spec/processable_spec.rb' # Offense count: 2 Style/ClassVars: Exclude: - 'lib/processable.rb' # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/processable.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
processable-0.0.2 | .rubocop_todo.yml |
processable-0.0.1 | .rubocop_todo.yml |