Sha256: f8e5f95964f929e938422da009083d2c4d2476d5b7cd485e7f205059a52861ea
Contents?: true
Size: 1.53 KB
Versions: 13
Compression:
Stored size: 1.53 KB
Contents
require: rubocop-performance AllCops: TargetRubyVersion: 2.5.1 Exclude: - 'config/**/*' - 'spec/spec_helper.rb' - !ruby/regexp /old_and_unused\.rb$/ DisplayCopNames: true DisplayStyleGuide: true Bundler/OrderedGems: Enabled: false Layout/AlignHash: Enabled: false Layout/AlignParameters: Enabled: false Layout/IndentArray: EnforcedStyle: consistent Layout/SpaceBeforeBlockBraces: EnforcedStyleForEmptyBraces: space Metrics/ClassLength: Max: 230 Metrics/CyclomaticComplexity: Max: 8 Metrics/PerceivedComplexity: Max: 8 Metrics/MethodLength: Max: 19 Style/ClassAndModuleChildren: Enabled: false Style/DateTime: Enabled: false Style/Documentation: Enabled: false Style/FormatStringToken: EnforcedStyle: unannotated Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false Style/SymbolArray: EnforcedStyle: brackets Metrics/LineLength: Max: 200 Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' - 'br_danfe.gemspec' Metrics/ModuleLength: Max: 118 Metrics/AbcSize: Max: 50 Style/FrozenStringLiteralComment: EnforcedStyle: never Naming/RescuedExceptionsVariableName: Enabled: false Naming/HeredocDelimiterNaming: Enabled: false Naming/HeredocDelimiterCase: Enabled: false Naming/UncommunicativeMethodParamName: Enabled: false Naming/MethodName: Enabled: false Naming/VariableName: Enabled: false Metrics/ParameterLists: Enabled: false Naming/UncommunicativeBlockParamName: Enabled: false
Version data entries
13 entries across 13 versions & 1 rubygems