Sha256: b08fbbfa5ca7e1fa757ae5ce4c7e4c85164b4fd11fe5d5ef3f641b0f8b2350dc
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
AllCops: TargetRubyVersion: 2.5 NewCops: enable SuggestExtensions: false Exclude: - './lib/**/_OLD/**' - 'vendor/**/*' Style/ClassVars: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Naming/FileName: Enabled: false Metrics/MethodLength: Enabled: false Metrics/AbcSize: Enabled: false Lint/DuplicateBranch: Enabled: false Metrics/ClassLength: Enabled: true Exclude: - './lib/**/cli.rb' - './lib/**/onlinesearch.rb' Metrics/BlockLength: Enabled: true Exclude: - './lib/**/cli.rb' - './lib/**/onlinesearch.rb' Metrics/PerceivedComplexity: Enabled: true Exclude: - './lib/**/onlinesearch.rb' - './lib/**/data.rb' Metrics/CyclomaticComplexity: Enabled: true Exclude: - './lib/**/onlinesearch.rb' - './lib/**/data.rb' Lint/UriEscapeUnescape: Enabled: false Metrics/ParameterLists: Enabled: true Exclude: - './lib/**/data.rb' Security/MarshalLoad: Enabled: true Exclude: - './lib/**/cache.rb' Style/SingleLineMethods: Enabled: true Exclude: - './lib/**/utils.rb' Style/FrozenStringLiteralComment: Enabled: true Exclude: - './bin/*' - './exe/*' Style/OptionalBooleanParameter: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zypper-onlinesearch-1.2.0 | .rubocop.yml |