Sha256: 10d5c44635019acb9d629f2e1ade75e019621b622aa8d56c36bce66aa23aeea4
Contents?: true
Size: 799 Bytes
Versions: 21
Compression:
Stored size: 799 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 1.9 # not Ruby 1.9.3 compatible Style/PercentLiteralDelimiters: Enabled: false # Offense count: 5 Encoding: Enabled: false # Enforce trailing comma after last item of multiline hashes. Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Metrics/BlockLength: Enabled: false Style/SignalException: EnforcedStyle: only_fail Style/ParallelAssignment: Enabled: false Style/NumericLiteralPrefix: EnforcedOctalStyle: zero_only Style/MethodMissing: Enabled: false Layout/SpaceInsideStringInterpolation: Enabled: false Layout/MultilineOperationIndentation: Enabled: false Style/EmptyMethod: EnforcedStyle: expanded Metrics/ModuleLength: CountComments: false # count full line comments? Max: 150
Version data entries
21 entries across 21 versions & 3 rubygems