Sha256: 58e4f7f742a878852031cd7325f378e9894ac312411b3f65325d2f1ec52b8594
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
--- inherit_from: .rubocop_todo.yml AllCops: # Matches the minimum version in .travis.yml TargetRubyVersion: 2.4 Style/StringLiterals: EnforcedStyle: "double_quotes" # New cops: https://docs.rubocop.org/en/latest/versioning/ Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/SlicingWithRange: Enabled: true Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-gcloud-pubsub-custom-compress-batches-1.3.4 | .rubocop.yml |