Sha256: 42f7ad78877c077027f01b882fa45c1b1de3f2f3b6556ff0c467ed772fc2b250

Contents?: true

Size: 813 Bytes

Versions: 6

Compression:

Stored size: 813 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  EnabledByDefault: true

Metrics/BlockLength:
  Exclude:
    - japanese_address_parser.gemspec
    - spec/**/*_spec.rb

# contextの記述を日本語で記述するのを許容する。
RSpec/ContextWording:
  Enabled: false

# MITなのでファイルの著作権は記載しない。
Style/Copyright:
  Enabled: false

# コメントを日本語で記述するのを許容する。
Style/AsciiComments:
  Enabled: false

# CSVのヘッダーの日本語を解釈するために日本語文字列のハッシュを許容する。
Style/StringHashKeys:
  Exclude:
    - lib/japanese_address_parser/csv_parser.rb

# elseがない場合にはcase文ではなくif文を許容する。
Style/MissingElse:
  EnforcedStyle: case

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
japanese_address_parser-2.0.0 .rubocop.yml
japanese_address_parser-1.1.1 .rubocop.yml
japanese_address_parser-1.1.0 .rubocop.yml
japanese_address_parser-1.0.2 .rubocop.yml
japanese_address_parser-1.0.1 .rubocop.yml
japanese_address_parser-1.0.0 .rubocop.yml