Sha256: 2db6db3b018454d0610188ae0e99497a7e52d3f9ae6f3ed8fc04c94f554b9e5f
Contents?: true
Size: 1.45 KB
Versions: 6
Compression:
Stored size: 1.45 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-10-31 20:09:20 UTC using RuboCop version 1.18.4. # 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: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'dynamoid_advanced_where.gemspec' # Offense count: 6 Lint/MissingSuper: Exclude: - 'lib/dynamoid_advanced_where/nodes/and_node.rb' - 'lib/dynamoid_advanced_where/nodes/exists_node.rb' - 'lib/dynamoid_advanced_where/nodes/field_node.rb' - 'lib/dynamoid_advanced_where/nodes/operation_node.rb' - 'lib/dynamoid_advanced_where/nodes/or_node.rb' - 'lib/dynamoid_advanced_where/nodes/root_node.rb' # Offense count: 1 # Configuration parameters: AllowComments, AllowNil. Lint/SuppressedException: Exclude: - 'lib/dynamoid_advanced_where/batched_updater.rb' # Offense count: 1 Naming/AccessorMethodName: Exclude: - 'lib/dynamoid_advanced_where/batched_updater.rb' # Offense count: 1 # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. # AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to Naming/MethodParameterName: Exclude: - 'lib/dynamoid_advanced_where/nodes/root_node.rb'
Version data entries
6 entries across 6 versions & 1 rubygems