Sha256: 5afb29fdaa7e92ef88028093af720f9afcc878f1ba35d52e28b1175a6129ef83
Contents?: true
Size: 1.13 KB
Versions: 7
Compression:
Stored size: 1.13 KB
Contents
AllCops: Include: - '**/*.rb' - '**/*.gemfile' - '**/*.gemspec' - '**/*.rake' - '**/*.ru' - '**/Gemfile' - '**/Guardfile' - '**/Rakefile' Exclude: - bin/* - db/schema.rb - node_modules/**/* TargetRubyVersion: 2.5 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented_relative_to_receiver Lint/AmbiguousBlockAssociation: Enabled: false Metrics/AbcSize: Max: 39 Metrics/BlockLength: Exclude: - '**/*_spec.rb' - 'config/routes.rb' ExcludedMethods: ['guard', 'included'] Metrics/ClassLength: Max: 250 Metrics/CyclomaticComplexity: Max: 9 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 50 Metrics/PerceivedComplexity: Max: 9 Naming/UncommunicativeMethodParamName: MinNameLength: 2 Style/AndOr: Enabled: false Style/ClassAndModuleChildren: EnforcedStyle: nested Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/NestedParenthesizedCalls: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: default: '()' '%i': '()' '%r': '{}' '%w': '()' Style/RescueModifier: Enabled: false
Version data entries
7 entries across 7 versions & 2 rubygems