Sha256: fce785da550b03d6abea34d4894a65dc187579b945dfaedd245f0100703b056a
Contents?: true
Size: 939 Bytes
Versions: 2
Compression:
Stored size: 939 Bytes
Contents
require: - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.7 Exclude: - bin/* - spec/**/* Documentation: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Max: 12 Metrics/ModuleLength: Max: 160 Metrics/ClassLength: Max: 160 Layout/LineLength: Enabled: false Layout/IndentationConsistency: EnforcedStyle: indented_internal_methods Layout/EmptyLines: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLineBetweenDefs: Enabled: false Layout/HashAlignment: Enabled: false Style/CommandLiteral: EnforcedStyle: percent_x Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Naming/FileName: Exclude: - lib/ssh-hull.rb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ssh-hull-2.0 | .rubocop.yml |
ssh-hull-1.0.0 | .rubocop.yml |