Sha256: 80eb13707881a33ee105feb161958054be021650739c3a91ff0977f984f0d5c4
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-09-28 09:05:21 -0500 using RuboCop version 0.59.2. # 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: 4 Metrics/AbcSize: Max: 23 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 51 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 16 # Offense count: 3 Style/DoubleNegation: Exclude: - 'lib/logicality/interpreter/simple_interpreter.rb' - 'lib/logicality/logic.rb' # Offense count: 1 # Cop supports --auto-correct. Style/OrAssignment: Exclude: - 'lib/logicality/logic.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logicality-1.0.5 | .rubocop_todo.yml |