Sha256: f3def4d858cfcb2958741833bba0bb2f0521e645c1b22191bd04b66baaa31fb3
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
require: rubocop-performance require: rubocop-md AllCops: TargetRubyVersion: 2.6 Exclude: - "Rakefile" Style/MultilineBlockChain: Enable: false Security/YAMLLoad: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes ConsistentQuotesInMultiline: true Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/Lambda: EnforcedStyle: literal Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: Exclude: - "spec/**/*.rb" - "db/migrate/*.rb" - "*.gemspec" - "lib/tasks/**/*.rake" Metrics/LineLength: Max: 120 Lint/AssignmentInCondition: Enabled: false Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Style/BracesAroundHashParameters: EnforcedStyle: no_braces Metrics/AbcSize: Max: 60 Metrics/MethodLength: Max: 16 Exclude: - "spec/**/*.rb" - "migrate/*.rb" - "*.gemspec" Lint/AmbiguousBlockAssociation: Exclude: - "spec/**/*"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lexoranking-0.1.3 | .rubocop.yml |