Sha256: 4dedc601da9603ce8a645697d6296c4d4e73e789d4d53bc53003d244f4dd8d1a

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  Exclude:
    - "vendor/**/*"

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/SpaceInsideBlockBraces:
  EnforcedStyle: space
  SpaceBeforeBlockParameters: false
Lint/UnderscorePrefixedVariableName:
  Enabled: false
Lint/UnusedMethodArgument:
  Enabled: false

Metrics/LineLength:
  Enabled: false
Metrics/ClassLength:
  Exclude:
    - "test/**/*.rb"
Metrics/ParameterLists:
  Max: 7
Metrics/MethodLength:
  Max: 30

Naming/FileName:
  Enabled: false

Style/AsciiComments:
  Enabled: false
Style/HashSyntax:
  Exclude:
    - "**/*.rake"
    - "Rakefile"
Style/FrozenStringLiteralComment:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/WordArray:
  Enabled: false
Style/BarePercentLiterals:
  EnforcedStyle: percent_q
Style/BracesAroundHashParameters:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/EmptyCaseCondition:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-concat-2.5.0 .rubocop.yml
fluent-plugin-concat-2.4.0 .rubocop.yml