Sha256: abad0ea807237d08775ad39b9a85babf16d55a1c8fb871eea553fc461e9f2a9a
Contents?: true
Size: 1.03 KB
Versions: 17
Compression:
Stored size: 1.03 KB
Contents
AllCops: Exclude: - '**/db/schema.rb' Lint/HandleExceptions: Exclude: - 'spec/**/*' Lint/RescueException: Exclude: - 'spec/**/*' Metrics/ClassLength: Exclude: - 'lib/**/generator*' Style/AccessorMethodName: Exclude: - 'spec/**/*' Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Exclude: - 'spec/**/*' Style/Documentation: Exclude: - 'lib/**/version.rb' - 'spec/**/*' 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/RaiseArgs: EnforcedStyle: compact Style/SingleLineMethods: Exclude: - 'spec/**/*' Style/SpecialGlobalVars: Exclude: - 'Gemfile' - '*.gemspec' Style/StringLiterals: EnforcedStyle: double_quotes Style/SingleSpaceBeforeFirstArg: Enabled: false Style/TrivialAccessors: Exclude: - 'spec/**/*'
Version data entries
17 entries across 17 versions & 1 rubygems