Sha256: 309704dec5bd5ad3e06368ad9a3e8c4edaab0cfc6057a216bb50a681dd7ade4f
Contents?: true
Size: 1.52 KB
Versions: 4
Compression:
Stored size: 1.52 KB
Contents
Lint/AssignmentInCondition: Enabled: false # We use this a lot in specs where it's perfectly valid Lint/Void: Exclude: - spec/**/* Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: Enabled: false Metrics/LineLength: Max: 100 Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/AlignParameters: Enabled: false Style/Documentation: Enabled: false Style/DotPosition: Enabled: false Style/DoubleNegation: Enabled: false Style/GuardClause: Enabled: false Style/HashSyntax: Enabled: false Style/IfUnlessModifier: Enabled: false Style/Lambda: Enabled: false # TODO: Address these at some point Style/MethodMissing: Enabled: false Style/MultilineBlockChain: Enabled: false Style/NumericPredicate: Enabled: false # Prefer curly braces except for %i/%w/%W, since those return arrays. Style/PercentLiteralDelimiters: PreferredDelimiters: '%': '{}' '%i': '[]' '%q': '{}' '%Q': '{}' '%r': '{}' '%s': '()' '%w': '[]' '%W': '[]' '%x': '{}' Style/PerlBackrefs: Enabled: false # This hides the has-a versus is-a relationship indicated by the method name Style/PredicateName: Enabled: false Style/RescueModifier: Enabled: false Style/SignalException: Enabled: false Style/SingleLineBlockParams: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInLiteral: Enabled: false Style/WhenThen: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mock_redis-0.17.3 | .rubocop.yml |
mock_redis-0.17.2 | .rubocop.yml |
mock_redis-0.17.1 | .rubocop.yml |
mock_redis-0.17.0 | .rubocop.yml |