Sha256: 61f400b648f5949488ca15383cac3670c41ba2c9e8f72b668927307517d359ca
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
#AllCops: # TargetRubyVersion: 2.3 Documentation: Enabled: false Metrics/AbcSize: Max: 30 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
svmkit-0.2.4 | .rubocop.yml |