Skip to content

Instantly share code, notes, and snippets.

@chills42
Created August 20, 2015 14:39
Show Gist options
  • Save chills42/07302065c871fd00d26d to your computer and use it in GitHub Desktop.
Save chills42/07302065c871fd00d26d to your computer and use it in GitHub Desktop.
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-08-20 09:50:35 -0400 using RuboCop version 0.32.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.
Metrics/AbcSize:
Max: 68
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 205
Metrics/CyclomaticComplexity:
Max: 14
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 754
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 50
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 549
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 7
Metrics/PerceivedComplexity:
Max: 17
Style/AccessorMethodName:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle, SupportedLastArgumentHashStyles.
Style/AlignHash:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/BracesAroundHashParameters:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
Enabled: false
Style/ClassVars:
Enabled: false
# Offense count: 144
Style/Documentation:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/DotPosition:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyElse:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/FirstParameterIndentation:
Enabled: false
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues.
Style/HashSyntax:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/IndentHash:
Enabled: true
# Cop supports --auto-correct.
# Configuration parameters: Width.
Style/IndentationWidth:
Enabled: false
Style/MultilineBlockChain:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MultilineOperationIndentation:
Enabled: false
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
# Configuration parameters: SupportedStyles.
Style/RaiseArgs:
EnforcedStyle: compact
# Cop supports --auto-correct.
Style/RedundantSelf:
Enabled: false
# Configuration parameters: Methods.
Style/SingleLineBlockParams:
Enabled: false
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/VariableName:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/WhileUntilModifier:
Enabled: false
# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: WordRegex.
Style/WordArray:
MinSize: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment