Sha256: 3c5b2d1ae11bb06525e35edda099a41e4d514a620ad0dbb2212b86689f37ac94
Contents?: true
Size: 432 Bytes
Versions: 4
Compression:
Stored size: 432 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.2 DisplayCopNames: true DisplayStyleGuide: true Documentation: Enabled: false Metrics/LineLength: Max: 120 IgnoredPatterns: ['(\A|\s)#'] Metrics/ModuleLength: Max: 200 Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 40 Metrics/BlockLength: Exclude: - 'spec/**/*' ParameterLists: Max: 10 Security/MarshalLoad: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
svmkit-0.2.8 | .rubocop.yml |
svmkit-0.2.7 | .rubocop.yml |
svmkit-0.2.6 | .rubocop.yml |
svmkit-0.2.5 | .rubocop.yml |