Sha256: 630d871d7a9999bc61d6aa5833ae83c5b5ae53945405d268b787bb2e2e78edb0

Contents?: true

Size: 732 Bytes

Versions: 7

Compression:

Stored size: 732 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.4

  #AllCops:
#  NewCops: enable

# 日本語のコメントを OK とする
Style/AsciiComments:
  Enabled: false

# 一行に 120 文字まで書いても OK とする
#Metrics/LineLength:
#  Max: 120
Layout/LineLength:
  Max: 120

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

# frozen_string_literal: trueが付かないようにする
Style/FrozenStringLiteralComment:
  Enabled: false

Naming/VariableNumber:
  EnforcedStyle: 'snake_case'

# class documentation commentのアラートを出さない
Documentation:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
clitest-0.1.9 .rubocop.yml
clitest-0.1.7 .rubocop.yml
clitest-0.1.6 .rubocop.yml
clitest-0.1.5 .rubocop.yml
clitest-0.1.4 .rubocop.yml
clitest-0.1.1 .rubocop.yml
clitest-0.1.0 .rubocop.yml