Sha256: 9989f874157491b1afc94a02f1f3ea8c545fc071dd6b30258e7aa5f4537d6c77
Contents?: true
Size: 1.05 KB
Versions: 8
Compression:
Stored size: 1.05 KB
Contents
--- AllCops: Exclude: - '**/db/schema.rb' Lint/HandleExceptions: Exclude: - '**/*_spec.rb' Lint/RescueException: Exclude: - '**/*_spec.rb' Style/AccessorMethodName: Exclude: - '**/*_spec.rb' Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/EmptyLinesAroundBlockBody: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/EmptyLinesAroundMethodBody: Enabled: false Style/EmptyLinesAroundModuleBody: Enabled: false Style/EmptyLineBetweenDefs: Enabled: false Style/FileName: Enabled: false Style/NumericLiterals: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Style/SingleLineMethods: Exclude: - '**/*_spec.rb' Style/SingleSpaceBeforeFirstArg: 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
8 entries across 8 versions & 2 rubygems