Sha256: 9ee716ec4f5ff12864515f0e0750202ab4730b60c9c4a19d3b3a231ec410285d

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Naming/MethodParameterName:
  inherit_mode:
    override:
      - Include
  AllowedNames:
    - x
    - y

Metrics/ClassLength:
  Max: 128

Metrics/MethodLength:
  Max: 32

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
particlefx2d-0.5.0 .rubocop.yml
particlefx2d-0.4.0 .rubocop.yml
particlefx2d-0.3.0 .rubocop.yml