Sha256: befe2d9db66d2af1fc4a39ee4fdd0e9a38a54010a297b13f40e548002a6b7d07

Contents?: true

Size: 1.92 KB

Versions: 49

Compression:

Stored size: 1.92 KB

Contents

Style/ClassCheck:
  EnforcedStyle: kind_of?

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/BracesAroundHashParameters:
  Enabled: false

Lint/UselessAssignment:
  Exclude:
    - 'spec/**/*'

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/IndentHash:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: exploded

Style/DoubleNegation:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

# Cop supports --auto-correct.
Lint/UnusedBlockArgument:
  Enabled: false

# Needed for $verbose
Style/GlobalVars:
  Enabled: false

Style/FileName:
  Enabled: false

# $? Exit
Style/SpecialGlobalVars:
  Enabled: false

# the let(:key) { ... } should be allowed in tests
Lint/ParenthesesAsGroupedExpression:
  Exclude:
    - 'spec/**/*'

# options.rb might be large, we know that
Metrics/MethodLength:
  Max: 60
  Exclude:
    - 'lib/*/options.rb'

Metrics/AbcSize:
  Max: 60
  Exclude:
    - 'lib/*/options.rb'

# Both string notations are okay
Style/StringLiterals:
  Enabled: false

# The %w might be confusing for new users
Style/WordArray:
  MinSize: 19

# Not a good thing
Style/RedundantSelf:
  Enabled: false

# raise and fail are both okay
Style/SignalException:
  Enabled: false

# Better too much 'return' than one missing
Style/RedundantReturn:
  Enabled: false

# Having if in the same line might not always be good
Style/IfUnlessModifier:
  Enabled: false

# That looks wrong
Style/AlignHash:
  Enabled: false

# and and or is okay
Style/AndOr:
  Enabled: false

# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 320

Metrics/CyclomaticComplexity:
  Max: 17

# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 370

# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 17

Metrics/PerceivedComplexity:
  Max: 18

Style/DotPosition:
  Enabled: false

Style/GuardClause:
  Enabled: false

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
xcake-0.6.16 _rubocop_general.yml
xcake-0.6.14 _rubocop_general.yml
xcake-0.6.13 _rubocop_general.yml
xcake-0.6.12 _rubocop_general.yml
xcake-0.6.11 _rubocop_general.yml
xcake-0.6.10 _rubocop_general.yml
xcake-0.6.9 _rubocop_general.yml
xcake-0.6.8 _rubocop_general.yml
xcake-0.6.7 _rubocop_general.yml
xcake-0.6.6 _rubocop_general.yml
xcake-0.6.5 _rubocop_general.yml
xcake-0.6.4 _rubocop_general.yml
xcake-0.6.2 _rubocop_general.yml
xcake-0.5.3 _rubocop_general.yml
xcake-0.5.2 _rubocop_general.yml
xcake-0.5.1 _rubocop_general.yml
xcake-0.5.0 _rubocop_general.yml
xcake-0.4.8 _rubocop_general.yml
xcake-0.4.7 _rubocop_general.yml
xcake-0.4.6 _rubocop_general.yml