AllCops: TargetRubyVersion: 2.0 Include: - "Gemfile" Exclude: - "lib/mongo_session_store-rails.rb" - "gemfiles/vendor/**/*" - "perf/benchmark.rb" - "spec/support/apps/**/*" - "tmp/**/*" - "vendor/**/*" DisplayCopNames: true UseCache: true CacheRootDirectory: ./tmp Style/Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/MultilineOperationIndentation: EnforcedStyle: indented Style/AlignHash: EnforcedLastArgumentHashStyle: ignore_implicit Style/HashSyntax: EnforcedStyle: hash_rockets Style/IndentArray: EnforcedStyle: consistent Style/FormatString: EnforcedStyle: sprintf Metrics/MethodLength: Max: 15