Sha256: e308803f407223eb998aad670410c2f81c47b45ed561e0a7ae9287f87f93d735
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
AllCops: Include: - '**/*.rb' - '**/*.gemfile' - '**/*.gemspec' - '**/*.rake' - '**/*.ru' - '**/Gemfile' - '**/Guardfile' - '**/Rakefile' Exclude: - bin/* - db/schema.rb - node_modules/**/* NewCops: enable TargetRubyVersion: 2.7 Gemspec/DevelopmentDependencies: EnforcedStyle: gemspec Layout/MultilineMethodCallIndentation: EnforcedStyle: indented_relative_to_receiver Lint/AmbiguousBlockAssociation: Enabled: false Metrics/AbcSize: Max: 39 Metrics/BlockLength: Exclude: - '**/*_spec.rb' - 'config/routes.rb' AllowedMethods: ['guard', 'included'] Metrics/ClassLength: Max: 250 Metrics/CyclomaticComplexity: Max: 9 Layout/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lt-google-api-0.3.0 | .rubocop.yml |