Sha256: 49f228ff1fac942f75839505f45f84d1cbbb39ac6806612c79b4eb523379067f
Contents?: true
Size: 1.76 KB
Versions: 19
Compression:
Stored size: 1.76 KB
Contents
AllCops: TargetRubyVersion: 2.3 Exclude: - bin/* - db/schema.rb - db/migrate/**/* - test/fixtures/**/* - tmp/**/* # -- Performance --------------------------------------------------------------- Performance/Casecmp: Enabled: false # -- Metrics ------------------------------------------------------------------- Metrics/PerceivedComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/LineLength: Max: 120 Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: Enabled: false Metrics/BlockLength: Enabled: false Metrics/AbcSize: Enabled: false # -- Layout -------------------------------------------------------------------- Layout/MultilineOperationIndentation: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineHashBraceLayout: Enabled: false Layout/IndentArray: EnforcedStyle: consistent Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundExceptionHandlingKeywords: Enabled: false Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/AlignParameters: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent # -- Style --------------------------------------------------------------------- Style/StringLiterals: EnforcedStyle: double_quotes Style/RegexpLiteral: EnforcedStyle: percent_r Style/Lambda: EnforcedStyle: literal Style/IfUnlessModifier: Enabled: false Style/GuardClause: Enabled: false Style/Documentation: Enabled: false Style/DateTime: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/AsciiComments: Enabled: false
Version data entries
19 entries across 19 versions & 8 rubygems