Sha256: d82c7b61dedb4a5105d426b08f3f279b1c77b9650c28a1f3871069481e6d7f55
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/LineLength: Max: 120 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/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-lcms-0.4.4 | .rubocop.yml |
lt-lcms-0.4.3 | .rubocop.yml |
lt-lcms-0.4.2 | .rubocop.yml |
lt-lcms-0.4.1 | .rubocop.yml |
lt-lcms-0.4.0 | .rubocop.yml |