Sha256: 5ef39d21cc9ac059ba35907f58e4636bf4b0369c9dc1b38b4fd7d0670470fff9

Contents?: true

Size: 916 Bytes

Versions: 5

Compression:

Stored size: 916 Bytes

Contents

# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-07-24 11:44:58 +0900 using RuboCop version 0.24.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

AllCops:
  Exclude:
    - 'Guardfile'

# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/Documentation:
  Enabled: false

# Configuration parameters: AllowURI.
Style/LineLength:
  Max: 1_00

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/WordArray:
  Exclude:
    - 'spec/**/**'

Style/AsciiComments:
  Enabled: false

CyclomaticComplexity:
  Max: 10

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kintone-0.1.4 .rubocop.yml
kintone-0.1.3 .rubocop.yml
kintone-0.1.2 .rubocop.yml
kintone-0.1.1 .rubocop.yml
kintone-0.1.0 .rubocop.yml