Sha256: fcc6907d7c3cf82133004a9a6fb674df32c7e3401e2faa60cecd8eaa977dd051
Contents?: true
Size: 1.35 KB
Versions: 6
Compression:
Stored size: 1.35 KB
Contents
--- AllCops: DisplayCopNames: true DisplayStyleGuide: true StyleGuideCopsOnly: true TargetRubyVersion: 2.2 Lint/HandleExceptions: Exclude: - '**/*_spec.rb' Lint/RescueException: Exclude: - '**/*_spec.rb' Metrics/LineLength: Max: 80 Exclude: - 'spec/**/*.rb' Style/AccessorMethodName: Exclude: - '**/*_spec.rb' Style/Alias: EnforcedStyle: prefer_alias_method Style/AsciiComments: Enabled: false Style/CaseEquality: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/EmptyLinesAroundModuleBody: Enabled: false Style/EmptyLineBetweenDefs: Enabled: false Style/FileName: Enabled: false Style/ModuleFunction: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Style/Semicolon: Exclude: - '**/*_spec.rb' Style/SignalException: EnforcedStyle: semantic Style/SingleLineBlockParams: Enabled: false Style/SingleLineMethods: Exclude: - '**/*_spec.rb' Style/SpaceBeforeFirstArg: Enabled: false Style/SpecialGlobalVars: Exclude: - '**/Gemfile' - '**/*.gemspec' Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrivialAccessors: Exclude: - '**/*_spec.rb'
Version data entries
6 entries across 6 versions & 2 rubygems