Sha256: 44c4f53c44e6664cabfe063a9640e15a820077fe98a4cc6b2e4e6c732c21147a

Contents?: true

Size: 375 Bytes

Versions: 3

Compression:

Stored size: 375 Bytes

Contents

inherit_from: .rubocop_todo.yml

Metrics/AbcSize:
  Enabled: false
# "Missing top-level class documentation comment."を無効
Style/Documentation:
  Enabled: false

# "Prefer single-quoted strings when you don't need string interpolation or special symbols."を無効
Style/StringLiterals:
  Enabled: false

# "Line is too long"を無効
Metrics/LineLength:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
instagram_user-1.0.0 .rubocop.yml
instagram_user-0.1.2 .rubocop.yml
instagram_user-0.1.1 .rubocop.yml