Sha256: ece3acbee5e27e247c2606ac48c9e9d6a0e291195b325d9aa96d944601c87f82

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

AllCops:
  Exclude:
    - "test/**/*"
    - "act_form.gemspec"
    - "Rakefile"
    - "Gemfile"


MethodLength:
  Max: 20

Style/Documentation:
  Exclude:
    - "lib/act_form.rb"

Style/RedundantSelf:
  Enabled: false

Style/CommentedKeyword:
  Enabled: false

Lint/UnderscorePrefixedVariableName:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
act_form-0.5.0 .rubocop.yml
act_form-0.4.4 .rubocop.yml
act_form-0.4.3 .rubocop.yml