Sha256: 196f83b541de2b6d1834b968082462654547dc2d6f48fbdf984ea1a4e67c665e
Contents?: true
Size: 1.65 KB
Versions: 9
Compression:
Stored size: 1.65 KB
Contents
AllCops: Exclude: - 'bin/**/*' Lint/HandleExceptions: Exclude: - 'test/test_helper.rb' Metrics/LineLength: Max: 120 Metrics/ClassLength: Max: 300 Metrics/ModuleLength: Max: 300 Metrics/MethodLength: Max: 100 Metrics/ParameterLists: Max: 8 Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Documentation: Enabled: false # TODO: Enable again once we have more docs Lint/EndAlignment: Enabled: false Lint/DefEndAlignment: Enabled: false Lint/HandleExceptions: Enabled: false Style/GlobalVars: Exclude: - spec/support/trace.rb Style/SpecialGlobalVars: Enabled: false Style/TrivialAccessors: Enabled: false Style/HashSyntax: Enabled: true Style/MethodName: Enabled: false Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/AccessModifierIndentation: Enabled: true Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/ClosingParenthesisIndentation: Enabled: false Style/OneLineConditional: Enabled: false Style/AndOr: Enabled: false Style/Not: Enabled: false Style/CaseIndentation: IndentWhenRelativeTo: case SupportedStyles: - case - end IndentOneStep: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': "[]" '%W': "[]" Style/AccessModifierIndentation: EnforcedStyle: indent Style/SignalException: Enabled: false Style/IndentationWidth: Enabled: false Style/TrivialAccessors: ExactNameMatch: true Style/RegexpLiteral: EnforcedStyle: percent_r Style/DotPosition: EnforcedStyle: trailing
Version data entries
9 entries across 9 versions & 1 rubygems