Sha256: 81356cdca7d948c60c13bf48f1391977d882f464617da3aa6bd7859b41ad517f

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

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

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

Style/AsciiComments:
  Enabled: false
Style/HashSyntax:
  Exclude:
    - "**/*.rake"
    - "Rakefile"
Style/FrozenStringLiteralComment:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/TrailingCommaInLiteral:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/FileName:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/WordArray:
  Enabled: false
Style/BarePercentLiterals:
  EnforcedStyle: percent_q
Style/SpaceInsideBlockBraces:
  EnforcedStyle: space
  SpaceBeforeBlockParameters: false
Style/BracesAroundHashParameters:
  Enabled: false
Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Style/DoubleNegation:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluent-plugin-concat-0.6.0 .rubocop.yml
fluent-plugin-concat-0.5.0 .rubocop.yml
fluent-plugin-concat-0.4.1 .rubocop.yml
fluent-plugin-concat-0.4.0 .rubocop.yml
fluent-plugin-concat-0.3.1 .rubocop.yml
fluent-plugin-concat-0.3.0 .rubocop.yml
fluent-plugin-concat-0.2.1 .rubocop.yml
fluent-plugin-concat-0.2.0 .rubocop.yml
fluent-plugin-concat-0.1.0 .rubocop.yml