Sha256: 643beba1ab40eb6730af890536537723a11d547ed5e62235f6b128a77cee0d32
Contents?: true
Size: 795 Bytes
Versions: 6
Compression:
Stored size: 795 Bytes
Contents
require: - rubocop-minitest - rubocop-rake inherit_mode: merge: - Exclude - Include - Prefixes AllCops: DisplayCopNames: true Exclude: - "**/bin/**/*" NewCops: enable TargetRubyVersion: 3.1 Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Metrics/ClassLength: CountAsOne: - array - hash - heredoc Metrics/MethodLength: CountAsOne: - array - hash - heredoc Metrics/ModuleLength: CountAsOne: - array - hash - heredoc Style/ClassAndModuleChildren: EnforcedStyle: compact Style/Documentation: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120
Version data entries
6 entries across 6 versions & 1 rubygems