Sha256: f32d899b79ef1cbd51d60030db442fddb00a1802be27598e4aff265d269163b7
Contents?: true
Size: 1.91 KB
Versions: 27
Compression:
Stored size: 1.91 KB
Contents
AllCops: TargetRubyVersion: 2.5 Documentation: Enabled: false LineLength: Enabled: false Bundler/OrderedGems: Enabled: false Layout/AlignHash: Enabled: false Layout/AlignParameters: Enabled: false Layout/CaseIndentation: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/ExtraSpacing: Enabled: false AllowForAlignment: true Layout/IndentFirstHashElement: Enabled: false Layout/IndentFirstArgument: Enabled: false Layout/LeadingCommentSpace: Enabled: false Layout/MultilineBlockLayout: Enabled: false Layout/MultilineMethodCallBraceLayout: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Layout/MultilineOperationIndentation: Enabled: false Layout/SpaceAroundOperators: Enabled: false Layout/SpaceInLambdaLiteral: Enabled: false Layout/TrailingWhitespace: Enabled: false Lint/AmbiguousBlockAssociation: Enabled: false Metrics/AbcSize: # The ABC size is a calculated magnitude, so this number can be a Fixnum or a Float. Max: 240 Metrics/BlockLength: Max: 90 Metrics/BlockNesting: Max: 4 Metrics/ClassLength: CountComments: false # count full line comments? Max: 600 Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: CountComments: false # count full line comments? Max: 120 Metrics/ParameterLists: Max: 7 Metrics/PerceivedComplexity: Enabled: false Rails/OutputSafety: Enabled: false Style/AsciiComments: Enabled: false Style/ColonMethodCall: Enabled: false Style/CommandLiteral: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Lambda: Enabled: false Style/MultilineIfModifier: Enabled: false Style/NumericPredicate: Enabled: false Style/RedundantReturn: Enabled: false AllowMultipleReturnValues: true Style/RedundantSelf: Enabled: false Style/RegexpLiteral: Enabled: false Style/RescueModifier: Enabled: false Style/SymbolArray: Enabled: false
Version data entries
27 entries across 27 versions & 2 rubygems