Sha256: 36e77f67703c5b5ecea9d00fd9c590e68acc7e9499671d5fb70913d37a53c65f
Contents?: true
Size: 1.64 KB
Versions: 4
Compression:
Stored size: 1.64 KB
Contents
require: - rubocop-rspec AllCops: TargetRubyVersion: 3.0 Exclude: - bin/**/* - config/**/* - db/**/* - vendor/**/* - tmp/**/* NewCops: enable Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/EmptyLinesAroundAccessModifier: Enabled: true Layout/ArrayAlignment: Enabled: true Layout/HashAlignment: Enabled: true Layout/EmptyLineAfterGuardClause: Enabled: true Layout/SpaceInsideBlockBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: no_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: no_space Layout/SpaceInsideArrayLiteralBrackets: EnforcedStyle: no_space Layout/LineLength: Max: 100 Lint/UnusedMethodArgument: Enabled: true Lint/UselessAssignment: Enabled: true Metrics/MethodLength: Enabled: true Max: 15 Metrics/ClassLength: Enabled: true Max: 125 Metrics/ModuleLength: Max: 125 Metrics/ParameterLists: Enabled: true Metrics/CyclomaticComplexity: Enabled: true Metrics/AbcSize: Enabled: true Max: 30 Naming/MemoizedInstanceVariableName: Enabled: false Naming/MethodParameterName: Enabled: false Naming/FileName: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: true Style/NumericLiterals: Enabled: false Style/StringLiterals: EnforcedStyle: single_quotes Style/AndOr: Enabled: true Style/ClassCheck: Enabled: true Style/GuardClause: Enabled: true Style/OptionalBooleanParameter: Enabled: false Security/Eval: Enabled: true Security/JSONLoad: Enabled: true Security/YAMLLoad: Enabled: true
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
usps-imis-api-0.2.1 | .rubocop.yml |
usps-imis-api-0.2.0 | .rubocop.yml |
usps-imis-api-0.1.3 | .rubocop.yml |
usps-imis-api-0.1.2 | .rubocop.yml |