AllCops: Exclude: - '*.gemspec' - 'build/**/*' - 'download/**/*' - Vagrantfile Bundler/OrderedGems: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*_spec.rb Metrics/MethodLength: Max: 15 Security/YAMLLoad: Exclude: - script/livecheck Style/AccessModifierIndentation: EnforcedStyle: outdent Style/Alias: EnforcedStyle: prefer_alias_method Style/DotPosition: EnforcedStyle: trailing Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/Encoding: EnforcedStyle: when_needed Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: MaxLineLength: 40 Style/IndentHash: EnforcedStyle: consistent Style/MultilineBlockChain: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%W': '[]' Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SpaceBeforeBlockBraces: EnforcedStyle: no_space Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/SpecialGlobalVars: Enabled: false Style/SymbolArray: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma