Sha256: c41fe1b37bc0eb1e0273b1ef7ddbf0a0bf905e75504134c8f9546ae2032f5a03
Contents?: true
Size: 1.13 KB
Versions: 5
Compression:
Stored size: 1.13 KB
Contents
AllCops: Include: - '**/*.rb' - '**/*.gemfile' - '**/*.gemspec' - '**/*.rake' - '**/*.ru' - '**/Gemfile' - '**/Guardfile' - '**/Rakefile' Exclude: - bin/* - db/schema.rb - node_modules/**/* NewCops: enable TargetRubyVersion: 2.6 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/MethodParameterName: 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lt-google-api-0.2.4 | .rubocop.yml |
lt-google-api-0.2.3 | .rubocop.yml |
lt-google-api-0.2.2 | .rubocop.yml |
lt-google-api-0.2.1 | .rubocop.yml |
lt-google-api-0.2.0 | .rubocop.yml |