Sha256: 07cff3455cadb5b3d54e80329be90ee4b63818ae7f2f172348b75ada369f7830

Contents?: true

Size: 1.13 KB

Versions: 6

Compression:

Stored size: 1.13 KB

Contents

Style/EndOfLine:
  EnforcedStyle: crlf

Metrics/LineLength:
  Max: 120

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods.
# SupportedStyles: line_count_based, semantic, braces_for_chaining
# ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
# FunctionalMethods: let, let!, subject, watch
# IgnoredMethods: lambda, proc, it
Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/CommentedKeyword:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Metrics/MethodLength:
  Max: 18

Metrics/PerceivedComplexity:
  Max: 10

Metrics/CyclomaticComplexity:
  Max: 8

Metrics/AbcSize:
  Max: 20

Style/MethodCallWithoutArgsParentheses:
  Enabled: false

Style/Documentation:
  Enabled: false

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: when_needed, always, never
Style/FrozenStringLiteralComment:
  Enabled: false

TrailingBlankLines:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ffmpeg-screenrecorder-1.0.0 .rubocop.yml
screen-recorder-1.0.0 .rubocop.yml
ffmpeg-screenrecorder-1.0.0.beta13 .rubocop.yml
ffmpeg-screenrecorder-1.0.0.beta12 .rubocop.yml
ffmpeg-screenrecorder-1.0.0.beta11 .rubocop.yml
ffmpeg-screenrecorder-1.0.0.beta10 .rubocop.yml