Sha256: 5d1264fb7010a82b68733cd02ee05f4bf97b461edb5d0d9ae5ce8c388658b2b1
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2025-01-11 04:48:38 UTC using RuboCop version 1.70.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: 1 # Configuration parameters: Severity, Include. # Include: **/*.gemspec Gemspec/DuplicatedAssignment: Exclude: - 'unitsdb.gemspec' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, IndentationWidth. # SupportedStyles: special_inside_parentheses, consistent, align_braces Layout/FirstHashElementIndentation: Exclude: - 'lib/unitsdb/units.rb' # Offense count: 19 # Configuration parameters: AllowedConstants. Style/Documentation: Enabled: false # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyleForMultiline. # SupportedStylesForMultiline: comma, consistent_comma, no_comma Style/TrailingCommaInHashLiteral: Exclude: - 'lib/unitsdb/units.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unitsdb-1.0.0 | .rubocop_todo.yml |
unitsdb-0.1.1 | .rubocop_todo.yml |