Sha256: 43fd93e8b60a37fbd3cfca254a330d1d2db036d199080f8b1fa923740c694502
Contents?: true
Size: 844 Bytes
Versions: 7
Compression:
Stored size: 844 Bytes
Contents
require: rubocop-rspec Metrics/LineLength: Max: 120 Metrics/ParameterLists: Max: 6 Metrics/MethodLength: Max: 15 Style/StringLiterals: EnforcedStyle: single_quotes SupportedStyles: - single_quotes - double_quotes ConsistentQuotesInMultiline: false Metrics/BlockLength: Severity: warning Exclude: - spec/**/* Lint/HandleExceptions: Enabled: false RSpec/MultipleExpectations: Max: 3 Security/YAMLLoad: Enabled: false Style/Documentation: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: default: () '%i': '[]' '%I': '[]' '%r': '{}' '%w': '[]' '%W': '[]' Metrics/ClassLength: Max: 200 Severity: warning HttpPositionalArguments: Enabled: false
Version data entries
7 entries across 7 versions & 1 rubygems