Sha256: faaaab6b3ca23bbb523c445dd9b2ffed7bffbf2fcea357ba1b801e7f1cfd103a

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

#require: rubocop-rspec

# 最大行数は120まで拡張
Metrics/LineLength:
  Max: 120

# コメント文にasciiコード以外(日本語も)OKとする
# disable to check whether only ascii symbols in comments.
AsciiComments:
  Enabled: false

# 文字列の基本はダブルクウォートにする
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backlog_v2_4r-0.1.1 .rubocop.yml
backlog_v2_4r-0.1.0 .rubocop.yml